AW-1959 Fix?
All checks were successful
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good

This commit is contained in:
2021-02-16 17:23:15 +01:00
parent 697708710e
commit 3d60d0127b
3 changed files with 7 additions and 2 deletions

View File

@@ -38,6 +38,11 @@ const routes = [
component: TestComponent,
outlet: 'notification-menu'
},
{
path: '',
component: TestComponent,
outlet: 'help-menu'
},
{
path: '',
component: LogoComponent,