diff --git a/src/app/pages/pages-routing.module.ts b/src/app/pages/pages-routing.module.ts index 9d83edfa..66e9e373 100644 --- a/src/app/pages/pages-routing.module.ts +++ b/src/app/pages/pages-routing.module.ts @@ -68,11 +68,11 @@ const routes: Routes = [{ // loadChildren: () => import('./miscellaneous/miscellaneous.module') // .then(m => m.MiscellaneousModule), // }, - // { - // path: '', - // redirectTo: 'dashboard', - // pathMatch: 'full', - // }, + { + path: '', + redirectTo: 'dashboard', + pathMatch: 'full', + }, { path: '**', component: NotFoundComponent,