style: format code with prettier

This commit is contained in:
Phan Huy Tran 2025-02-12 11:16:29 +01:00
parent fab3680c07
commit c64152b99f
3 changed files with 14 additions and 14 deletions

View file

@ -12,5 +12,5 @@ export const routes: Routes = [
path: 'home',
component: HomepageComponent,
canActivate: [authGuard],
}
},
];