Skip to content

Commit 6f34083

Browse files
committed
Add extra pages
1 parent fc31da2 commit 6f34083

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/app/app-routing.module.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,11 @@ const route: Routes = [
7474
canActivate: [AuthGuard],
7575
loadChildren: () => import('./modules/templates/maps/maps.module').then(m => m.MapsModule)
7676
},
77-
// {
78-
// path: 'extra',
79-
// canActivate: [AuthGuard],
80-
// loadChildren: () => import('./modules/templates/extra/extra.module').then(m => m.ExtraModule)
81-
// },
77+
{
78+
path: 'extra',
79+
canActivate: [AuthGuard],
80+
loadChildren: () => import('./modules/templates/extra/extra.module').then(m => m.ExtraModule)
81+
},
8282
{
8383
path: 'admin',
8484
loadChildren: () =>

0 commit comments

Comments
 (0)