MOBILE-3947 core: Remove invalid route

main
Noel De Martin 2023-12-04 17:08:24 +01:00
parent 48ebe85b51
commit f0586fd93e
1 changed files with 0 additions and 4 deletions

View File

@ -36,10 +36,6 @@ function buildRoutes(injector: Injector): Routes {
path: '', path: '',
component: CoreMainMenuPage, component: CoreMainMenuPage,
children: [ children: [
{
path: '',
pathMatch: 'full',
},
{ {
path: CoreMainMenuHomeHandlerService.PAGE_NAME, path: CoreMainMenuHomeHandlerService.PAGE_NAME,
loadChildren: () => import('./mainmenu-home-lazy.module').then(m => m.CoreMainMenuHomeLazyModule), loadChildren: () => import('./mainmenu-home-lazy.module').then(m => m.CoreMainMenuHomeLazyModule),