refactor(blackjack): remove unnecessary comments and clean code

This commit is contained in:
Jan-Marlon Leibl 2025-03-27 15:50:34 +01:00
parent deac128935
commit 349e4ce1ec
Signed by: jleibl
GPG key ID: 300B2F906DC6F1D5
4 changed files with 0 additions and 9 deletions

View file

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