style: format code

This commit is contained in:
Phan Huy Tran 2025-05-21 10:42:36 +02:00 committed by Phan Huy Tran
commit f2aa81b6d2
5 changed files with 274 additions and 221 deletions

View file

@ -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],
},
];