Skip to content

Commit

Permalink
fix: delete unnecessary route
Browse files Browse the repository at this point in the history
  • Loading branch information
Melichka committed Sep 2, 2024
1 parent 796c595 commit d455867
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions application/frontend/src/routes/routes.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ const routes: RouteObject[] = [
path: "/",
element: <Layout />,
children: [
{ index: true, element: <Home /> },
{ path: "projects", element: <ProjectPage /> },
{ index: true, element: <ProjectPage /> },
{ path: "reports", element: <ReportPage /> },
],
},
Expand Down

0 comments on commit d455867

Please sign in to comment.