From ecf9cc925d1927b170f17be5f24fd5e55059cc4c Mon Sep 17 00:00:00 2001 From: wahyuun Date: Fri, 23 Feb 2024 13:54:31 +0700 Subject: [PATCH] add route profile --- src/routes.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes.js b/src/routes.js index eb71b0f..6fafb24 100644 --- a/src/routes.js +++ b/src/routes.js @@ -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 = [