refactor: update import paths for better readability #109

Merged
jank merged 10 commits from refactor-some-dots into task/CAS-50/add_rest_blackjack_logic_with_frontend_animations 2025-04-02 07:27:11 +00:00
Showing only changes of commit 0654a98860 - Show all commits

View file

@ -1,5 +1,6 @@
import { ChangeDetectionStrategy, Component, OnInit, OnDestroy } from '@angular/core';
import { NgFor } from '@angular/common';
import { NavbarComponent } from '@shared/components/navbar/navbar.component';
@Component({
selector: 'app-landing-page',