style(app.routes): fix formatting of routes array syntax
This commit is contained in:
parent
945ba410bb
commit
4a6d40481b
@ -12,5 +12,5 @@ export const routes: Routes = [
|
|||||||
path: 'home',
|
path: 'home',
|
||||||
component: HomepageComponent,
|
component: HomepageComponent,
|
||||||
canActivate: [authGuard],
|
canActivate: [authGuard],
|
||||||
}
|
},
|
||||||
];
|
];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user