feat: enable "miscellaneous" route

This commit is contained in:
Sergey Andrievskiy 2019-07-02 12:22:54 +03:00
parent d694dc6a0b
commit 8b2121d67d

View file

@ -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',