refactor(blackjack): update import paths for modules
This commit is contained in:
parent
5d803e4b8b
commit
d400986c34
2 changed files with 5 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
import { ChangeDetectionStrategy, Component, EventEmitter, Input, Output } from '@angular/core';
|
||||
import { CommonModule } from '@angular/common';
|
||||
import { GameState } from '../../enum/gameState';
|
||||
import { GameState } from '@blackjack/enum/gameState';
|
||||
import { Card } from '@blackjack/models/blackjack.model';
|
||||
import { GameControlsService } from '@blackjack/services/game-controls.service';
|
||||
|
||||
|
|
Reference in a new issue