refactor(blackjack): move GameState to feature folder
All checks were successful
All checks were successful
This commit is contained in:
parent
f1c70f5f2c
commit
f881f82ef1
5 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
import { ChangeDetectionStrategy, Component, EventEmitter, Input, Output } from '@angular/core';
|
||||
import { CommonModule } from '@angular/common';
|
||||
import { Card } from '../../models/blackjack.model';
|
||||
import { GameState } from '../../../../../enum/gameState';
|
||||
import { GameState } from '../../enum/gameState';
|
||||
import { GameControlsService } from '../../services/game-controls.service';
|
||||
|
||||
@Component({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue