style: fix linter issues
This commit is contained in:
parent
efc2a8ecec
commit
3f00a5b359
2 changed files with 7 additions and 15 deletions
|
@ -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';
|
||||
|
|
Reference in a new issue