Skip to content

Commit

Permalink
Update routes.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
divitcr7 authored Aug 12, 2024
1 parent d3c5dab commit 4e110fd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/routes.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ export const AppRoutes = () => {
{ path: 'analysis/*', element: <AnalysisHomepage /> },
{ path: 'admin/*', element: <AdminHomepage /> },
{ path: '*', element: <PageNotFound /> },
// path
{ path: 'achievements', element: <Achievements /> },
],
},
Expand Down

0 comments on commit 4e110fd

Please sign in to comment.