style: remove another import
All checks were successful
CI / Docker backend validation (pull_request) Successful in 16s
CI / Docker frontend validation (pull_request) Successful in 52s
CI / Get Changed Files (pull_request) Successful in 1m4s
CI / Checkstyle Main (pull_request) Has been skipped
CI / oxlint (pull_request) Successful in 31s
CI / eslint (pull_request) Successful in 38s
CI / prettier (pull_request) Successful in 39s
CI / test-build (pull_request) Successful in 55s

This commit is contained in:
Phan Huy Tran 2025-05-07 14:58:59 +02:00
commit f04a253702

View file

@ -1,7 +1,7 @@
import { ChangeDetectionStrategy, Component, inject, OnInit, signal } from '@angular/core';
import { NavbarComponent } from '@shared/components/navbar/navbar.component';
import { HttpClient } from '@angular/common/http';
import { KeyValuePipe, NgClass, UpperCasePipe } from '@angular/common';
import { KeyValuePipe, UpperCasePipe } from '@angular/common';
import { FormsModule } from '@angular/forms';
interface SlotResult {