From e99337ce35c7a6bb61fef126b23c8ce6cbf8b67e Mon Sep 17 00:00:00 2001 From: satori Date: Wed, 27 Jul 2022 06:28:52 +0700 Subject: [PATCH] route to new dashboard --- src/routes.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/routes.js b/src/routes.js index d350796..570b4ae 100644 --- a/src/routes.js +++ b/src/routes.js @@ -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 },