Browse Source

conflict

pull/2/head
bnu 2 years ago
parent
commit
dd2372a84b
  1. 42
      src/routes.js

42
src/routes.js

@ -74,9 +74,9 @@ const ScheduleShift = React.lazy(() =>
import("./views/SimproV2/ScheduleShift") import("./views/SimproV2/ScheduleShift")
); );
const ChecklistK3 = React.lazy(() => import("./views/SimproV2/ChecklistK3")); const ChecklistK3 = React.lazy(() => import("./views/SimproV2/ChecklistK3"));
const DashboardPMO = React.lazy(() => import("./views/DashboardPMO")); // const DashboardPMO = React.lazy(() => import("./views/DashboardPMO"));
const DashboardProject = React.lazy(() => import("./views/DashboardProject")); // const DashboardProject = React.lazy(() => import("./views/DashboardProject"));
const DashboardSecurity = React.lazy(() => import("./views/DashboardSecurity")); // const DashboardSecurity = React.lazy(() => import("./views/DashboardSecurity"));
// const PlanningVsRealisasi = React.lazy(() => import('./views/Master/PlanningVsRealisasi')); // const PlanningVsRealisasi = React.lazy(() => import('./views/Master/PlanningVsRealisasi'));
const routes = [ const routes = [
@ -256,24 +256,24 @@ const routes = [
name: "Checklist K3", name: "Checklist K3",
component: ChecklistK3, component: ChecklistK3,
}, },
{ // {
path: "/dashboard-pmo", // path: "/dashboard-pmo",
exact: true, // exact: true,
name: "Dashboard PMO", // name: "Dashboard PMO",
component: DashboardPMO, // component: DashboardPMO,
}, // },
{ // {
path: "/dashboard-security", // path: "/dashboard-security",
exact: true, // exact: true,
name: "Dashboard Security", // name: "Dashboard Security",
component: DashboardSecurity, // component: DashboardSecurity,
}, // },
{ // {
path: "/dashboard-project", // path: "/dashboard-project",
exact: true, // exact: true,
name: "Dashboard Project", // name: "Dashboard Project",
component: DashboardProject, // component: DashboardProject,
}, // },
]; ];
export default routes; export default routes;

Loading…
Cancel
Save