Browse Source

route to new dashboard

pull/2/head
satori 2 years ago
parent
commit
e99337ce35
  1. 4
      src/routes.js

4
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 },

Loading…
Cancel
Save