Skip to content

Commit

Permalink
take down the pkg index
Browse files Browse the repository at this point in the history
  • Loading branch information
mxcl committed Feb 25, 2024
1 parent 58cac04 commit f1fbdec
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/pkgx.dev.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ ReactDOM.createRoot(document.getElementById('root') as HTMLElement).render(
<Route path='/' element={<HomeFeed />} />
<Route path='/privacy-policy' element={<PrivacyPolicy/>} />
<Route path='/terms-of-use' element={<TermsOfUse/>} />
<Route path='/pkgs' element={<PackageShowcase />} />
<Route path='/pkgs/*' element={<PackageListing/>} />
</Routes>
<Footer/>
</Stack>
Expand Down

0 comments on commit f1fbdec

Please sign in to comment.