refactor: remove unused storage factory code and comments
Some checks failed
Some checks failed
This commit is contained in:
parent
02453449cd
commit
c765ef87e3
2 changed files with 0 additions and 20 deletions
|
@ -1,7 +1,6 @@
|
|||
import { ChangeDetectionStrategy, Component, inject, signal, OnInit } from '@angular/core';
|
||||
import { CommonModule } from '@angular/common';
|
||||
import { Router } from '@angular/router';
|
||||
// Importing components used in templates
|
||||
import { PlayingCardComponent } from './components/playing-card/playing-card.component';
|
||||
import { DealerHandComponent } from './components/dealer-hand/dealer-hand.component';
|
||||
import { PlayerHandComponent } from './components/player-hand/player-hand.component';
|
||||
|
|
Reference in a new issue