From dd2372a84b15cf38f8a8c35e17a9da43754df10b Mon Sep 17 00:00:00 2001 From: bnu Date: Wed, 27 Jul 2022 08:31:33 +0700 Subject: [PATCH] conflict --- src/routes.js | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/src/routes.js b/src/routes.js index 3b20da4..282347f 100644 --- a/src/routes.js +++ b/src/routes.js @@ -74,9 +74,9 @@ const ScheduleShift = React.lazy(() => import("./views/SimproV2/ScheduleShift") ); const ChecklistK3 = React.lazy(() => import("./views/SimproV2/ChecklistK3")); -const DashboardPMO = React.lazy(() => import("./views/DashboardPMO")); -const DashboardProject = React.lazy(() => import("./views/DashboardProject")); -const DashboardSecurity = React.lazy(() => import("./views/DashboardSecurity")); +// const DashboardPMO = React.lazy(() => import("./views/DashboardPMO")); +// const DashboardProject = React.lazy(() => import("./views/DashboardProject")); +// const DashboardSecurity = React.lazy(() => import("./views/DashboardSecurity")); // const PlanningVsRealisasi = React.lazy(() => import('./views/Master/PlanningVsRealisasi')); const routes = [ @@ -256,24 +256,24 @@ const routes = [ name: "Checklist K3", component: ChecklistK3, }, - { - path: "/dashboard-pmo", - exact: true, - name: "Dashboard PMO", - component: DashboardPMO, - }, - { - path: "/dashboard-security", - exact: true, - name: "Dashboard Security", - component: DashboardSecurity, - }, - { - path: "/dashboard-project", - exact: true, - name: "Dashboard Project", - component: DashboardProject, - }, + // { + // path: "/dashboard-pmo", + // exact: true, + // name: "Dashboard PMO", + // component: DashboardPMO, + // }, + // { + // path: "/dashboard-security", + // exact: true, + // name: "Dashboard Security", + // component: DashboardSecurity, + // }, + // { + // path: "/dashboard-project", + // exact: true, + // name: "Dashboard Project", + // component: DashboardProject, + // }, ]; export default routes;