diff --git a/src/app/pages/pages-routing.module.ts b/src/app/pages/pages-routing.module.ts index d235c2a3..376cc4fa 100644 --- a/src/app/pages/pages-routing.module.ts +++ b/src/app/pages/pages-routing.module.ts @@ -63,11 +63,11 @@ const routes: Routes = [{ loadChildren: () => import('./tables/tables.module') .then(m => m.TablesModule), }, - // { - // path: 'miscellaneous', - // loadChildren: () => import('./miscellaneous/miscellaneous.module') - // .then(m => m.MiscellaneousModule), - // }, + { + path: 'miscellaneous', + loadChildren: () => import('./miscellaneous/miscellaneous.module') + .then(m => m.MiscellaneousModule), + }, { path: '', redirectTo: 'dashboard',