style: format code with prettier
This commit is contained in:
parent
fab3680c07
commit
c64152b99f
3 changed files with 14 additions and 14 deletions
|
@ -12,5 +12,5 @@ export const routes: Routes = [
|
||||||
path: 'home',
|
path: 'home',
|
||||||
component: HomepageComponent,
|
component: HomepageComponent,
|
||||||
canActivate: [authGuard],
|
canActivate: [authGuard],
|
||||||
}
|
},
|
||||||
];
|
];
|
||||||
|
|
Reference in a new issue