implement url and add route at /activities/records and enpty
This commit is contained in:
parent
c412bf6e98
commit
77a4154ec9
@ -65,7 +65,7 @@ const router = createBrowserRouter(
|
||||
{ path: "/employee/manage/:employeeId", element: <ManageEmp /> },
|
||||
{ path: "/inventory", element: <Inventory /> },
|
||||
{ path: "/activities/attendance", element: <AttendancePage /> },
|
||||
{ path: "/activities/records", element: <DailyTask /> },
|
||||
{ path: "/activities/records/:projectId?", element: <DailyTask /> },
|
||||
{ path: "/activities/task", element: <TaskPlannng /> },
|
||||
{ path: "/activities/reports", element: <Reports /> },
|
||||
{ path: "/activities/gallary", element: <ImageGallary /> },
|
||||
|
Loading…
x
Reference in New Issue
Block a user