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
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:
parent
632c498383
commit
f04a253702
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Reference in a new issue