refactor: update import paths for better readability
This commit is contained in:
parent
defe26d0c1
commit
b4caf70ffe
8 changed files with 18 additions and 11 deletions
|
@ -1,7 +1,7 @@
|
|||
import { ChangeDetectionStrategy, Component, Input, OnChanges, SimpleChanges } from '@angular/core';
|
||||
import { CommonModule } from '@angular/common';
|
||||
import { Card } from '@blackjack/models/blackjack.model';
|
||||
import { PlayingCardComponent } from '../playing-card/playing-card.component';
|
||||
import { Card } from '../../models/blackjack.model';
|
||||
|
||||
@Component({
|
||||
selector: 'app-dealer-hand',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue