refactor(blackjack): remove unnecessary comments and clean code
This commit is contained in:
parent
deac128935
commit
349e4ce1ec
4 changed files with 0 additions and 9 deletions
|
@ -6,7 +6,6 @@
|
|||
<app-dealer-hand [cards]="dealerCards()"></app-dealer-hand>
|
||||
<app-player-hand [cards]="playerCards()"></app-player-hand>
|
||||
|
||||
<!-- Action message indicator -->
|
||||
@if (isActionInProgress()) {
|
||||
<div class="flex justify-center">
|
||||
<div
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue