refactor: reorganize import statements and clean up code
This commit is contained in:
parent
a677b1fbdb
commit
66e5d730dd
15 changed files with 23 additions and 41 deletions
|
@ -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';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue