refactor(blackjack): move GameState to feature folder
This commit is contained in:
parent
2d8b137e69
commit
defe26d0c1
5 changed files with 4 additions and 4 deletions
|
@ -12,7 +12,7 @@ import { Card, BlackjackGame } from './models/blackjack.model';
|
|||
import { BlackjackService } from './services/blackjack.service';
|
||||
import { HttpErrorResponse } from '@angular/common/http';
|
||||
import { GameResultComponent } from './components/game-result/game-result.component';
|
||||
import { GameState } from '../../../enum/gameState';
|
||||
import { GameState } from './enum/gameState';
|
||||
|
||||
@Component({
|
||||
selector: 'app-blackjack',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue