|
|
|
@ -45,8 +45,8 @@ const UserShift = React.lazy(() => import('./views/SimproV2/UserShift'));
|
|
|
|
|
|
|
|
|
|
const routes = [ |
|
|
|
|
{ path: '/', exact: true, name: 'Home' }, |
|
|
|
|
{ path: '/dashboard', name: 'Dashboard', component: DashboardSimpro }, |
|
|
|
|
{ path: '/dashboardpmo', name: 'Dashboard', component: DashboardPMO }, |
|
|
|
|
{ path: '/dashboardold', name: 'Dashboard', component: DashboardSimpro }, |
|
|
|
|
{ path: '/dashboard', name: 'Dashboard', component: DashboardPMO }, |
|
|
|
|
|
|
|
|
|
{ path: '/projects', exact: true, name: 'Projects', component: CreatedProyek }, |
|
|
|
|
{ path: '/projects/:id/:project/gantt', exact: true, name: 'Gantt', component: Gantt }, |
|
|
|
|