Update routes in main.tsx
This commit is contained in:
parent
ee2fb6d543
commit
09a7cbced1
1 changed files with 2 additions and 2 deletions
|
@ -59,11 +59,11 @@ const router = createBrowserRouter([
|
|||
element: <UserNewTimeReportPage />,
|
||||
},
|
||||
{
|
||||
path: "/projectPage/:projectName",
|
||||
path: "/timeReports/:projectName",
|
||||
element: <UserViewTimeReportsPage />,
|
||||
},
|
||||
{
|
||||
path: "/editTimeReport",
|
||||
path: "/editTimeReport/:projectName/:weekNumber",
|
||||
element: <UserEditTimeReportPage />,
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue