diff --git a/frontend/src/app/app.routes.ts b/frontend/src/app/app.routes.ts index b8adc5f..39c5b1c 100644 --- a/frontend/src/app/app.routes.ts +++ b/frontend/src/app/app.routes.ts @@ -61,9 +61,4 @@ export const routes: Routes = [ loadComponent: () => import('./feature/lootboxes/lootbox-opening/lootbox-opening.component'), canActivate: [authGuard], }, - { - path: 'game/dice', - loadComponent: () => import('./feature/game/dice/dice.component').then((m) => m.DiceComponent), - canActivate: [authGuard], - }, ]; diff --git a/frontend/src/app/feature/game/dice/dice.component.html b/frontend/src/app/feature/game/dice/dice.component.html deleted file mode 100644 index 5cc7a0e..0000000 --- a/frontend/src/app/feature/game/dice/dice.component.html +++ /dev/null @@ -1,121 +0,0 @@ -
- You Won! Payout: {{ payout() | currency: 'EUR' : 'symbol' : '1.2-2' }} -
- } @else { -You Lost.
- } -