style: format code
This commit is contained in:
parent
b2053acdfe
commit
f2aa81b6d2
5 changed files with 274 additions and 221 deletions
|
@ -63,7 +63,7 @@ export const routes: Routes = [
|
|||
},
|
||||
{
|
||||
path: 'game/dice',
|
||||
loadComponent: () => import('./feature/game/dice/dice.component').then(m => m.DiceComponent),
|
||||
loadComponent: () => import('./feature/game/dice/dice.component').then((m) => m.DiceComponent),
|
||||
canActivate: [authGuard],
|
||||
},
|
||||
];
|
||||
|
|
Reference in a new issue