|
|
|
@ -54,7 +54,7 @@ const DashboardCustomer = React.lazy(() => import('./views/Dashboard/DashboardCu
|
|
|
|
|
const DashboardProject = React.lazy(() => import('./views/Dashboard/DashboardProject')); |
|
|
|
|
const DashboardProjectCarousell = React.lazy(() => import('./views/Dashboard/DashboardProjectCarousell')); |
|
|
|
|
const MapMonitoring = React.lazy(() => import('./views/MapMonitoring')); |
|
|
|
|
const Settings = React.lazy(() => import('./views/SimproV2/Settings')); |
|
|
|
|
const Settings = React.lazy(() => import('./views/SimproV2/Settings/Desktop')); |
|
|
|
|
const CompanyManagement = React.lazy(() => import('./views/Master/MasterCompany')) |
|
|
|
|
const DemoManagement = React.lazy(() => import('./views/SimproV2/Demo')) |
|
|
|
|
const routes = [ |
|
|
|
|