style: fix linter issues

This commit is contained in:
Phan Huy Tran 2025-05-07 14:00:39 +02:00
commit 3f00a5b359
2 changed files with 7 additions and 15 deletions

View file

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