refactor(blackjack): update import paths for components
This commit is contained in:
parent
56c63d48f6
commit
1d9eec4546
2 changed files with 3 additions and 3 deletions
|
@ -23,7 +23,7 @@ export class ConfirmationComponent implements AfterViewInit, OnDestroy {
|
|||
@ViewChild('modalBg') modalBg!: ElementRef;
|
||||
@ViewChild('modalCard') modalCard!: ElementRef;
|
||||
|
||||
constructor(private modalAnimationService: ModalAnimationService) {}
|
||||
constructor(private modalAnimationService: ModalAnimationService) { }
|
||||
|
||||
ngAfterViewInit() {
|
||||
if (this.successful) {
|
||||
|
|
Reference in a new issue