MOBILE-3947 core: Remove invalid route
parent
48ebe85b51
commit
f0586fd93e
|
@ -36,10 +36,6 @@ function buildRoutes(injector: Injector): Routes {
|
|||
path: '',
|
||||
component: CoreMainMenuPage,
|
||||
children: [
|
||||
{
|
||||
path: '',
|
||||
pathMatch: 'full',
|
||||
},
|
||||
{
|
||||
path: CoreMainMenuHomeHandlerService.PAGE_NAME,
|
||||
loadChildren: () => import('./mainmenu-home-lazy.module').then(m => m.CoreMainMenuHomeLazyModule),
|
||||
|
|
Loading…
Reference in New Issue