refactor: reorganize import statements and clean up code

This commit is contained in:
csimonis 2025-04-23 13:39:49 +02:00
parent a677b1fbdb
commit 66e5d730dd
15 changed files with 23 additions and 41 deletions

View file

@ -1,4 +1,4 @@
import { ChangeDetectionStrategy, Component, Input, Output, EventEmitter } from '@angular/core';
import { ChangeDetectionStrategy, Component, EventEmitter, Input, Output } from '@angular/core';
import { CommonModule, CurrencyPipe } from '@angular/common';
import { animate, style, transition, trigger } from '@angular/animations';
import { GameState } from '../../enum/gameState';