implement url and add route at /activities/records and enpty

This commit is contained in:
Pramod Mahajan 2025-04-19 01:49:45 +05:30
parent c412bf6e98
commit 77a4154ec9

View File

@ -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 /> },