Skip to content

Commit

Permalink
feat: add /papers to router
Browse files Browse the repository at this point in the history
  • Loading branch information
buchuitoudegou committed Oct 3, 2024
1 parent 2ded455 commit 32d24fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ function App() {
<Route path="/lab" element={<LabHome />} />
<Route path="/" element={<SelfIntro />} />
<Route path="/publication" element={<PublicationList />} />
<Route path="/papers" element={<PublicationList />} />
<Route path="/services" element={<Services />} />
<Route path="/project" element={<ProjectPage />} />
</Routes>
Expand Down

0 comments on commit 32d24fd

Please sign in to comment.