refactor: update import paths for better readability

This commit is contained in:
Jan K9f 2025-04-02 08:57:00 +02:00 committed by Jan-Marlon Leibl
parent defe26d0c1
commit b4caf70ffe
Signed by: jleibl
GPG key ID: 300B2F906DC6F1D5
8 changed files with 18 additions and 11 deletions

View file

@ -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',