Merge branch 'feature/client-portal-dashboard' into staging
This commit is contained in:
@@ -144,7 +144,7 @@ export default function Router() {
|
||||
const Login = Loadable(lazy(() => import('../pages/auth/Login')));
|
||||
|
||||
// Dashboard
|
||||
const Dashboard = Loadable(lazy(() => import('../pages/Dashboard/Dashboard')));
|
||||
const Dashboard = Loadable(lazy(() => import('../pages/Dashboard/Index')));
|
||||
const NotFound = Loadable(lazy(() => import('../pages/Page404')));
|
||||
|
||||
// Alarm Center
|
||||
|
||||
Reference in New Issue
Block a user