style: run quality tools
All checks were successful
CI / Docker frontend validation (pull_request) Has been skipped
CI / Docker backend validation (pull_request) Has been skipped
CI / Get Changed Files (pull_request) Successful in 8s
CI / Checkstyle Main (pull_request) Has been skipped
CI / oxlint (pull_request) Successful in 25s
CI / eslint (pull_request) Successful in 29s
CI / prettier (pull_request) Successful in 28s
CI / test-build (pull_request) Successful in 37s

This commit is contained in:
Phan Huy Tran 2025-05-14 09:34:27 +02:00
commit f42070cfae
11 changed files with 94 additions and 80 deletions

View file

@ -2,7 +2,7 @@ import { ChangeDetectionStrategy, Component } from '@angular/core';
import { CommonModule } from '@angular/common';
import { RouterOutlet } from '@angular/router';
import { FooterComponent } from '@shared/components/footer/footer.component';
import {NavbarComponent} from "@shared/components/navbar/navbar.component";
import { NavbarComponent } from '@shared/components/navbar/navbar.component';
@Component({
selector: 'app-root',