fix: remove unuzsed import, shit linters
Some checks failed
CI / Get Changed Files (pull_request) Successful in 9s
CI / Docker backend validation (pull_request) Successful in 12s
CI / Docker frontend validation (pull_request) Successful in 47s
CI / Checkstyle Main (pull_request) Has been skipped
CI / oxlint (pull_request) Failing after 24s
CI / prettier (pull_request) Successful in 26s
CI / eslint (pull_request) Failing after 34s
CI / test-build (pull_request) Successful in 41s
Some checks failed
CI / Get Changed Files (pull_request) Successful in 9s
CI / Docker backend validation (pull_request) Successful in 12s
CI / Docker frontend validation (pull_request) Successful in 47s
CI / Checkstyle Main (pull_request) Has been skipped
CI / oxlint (pull_request) Failing after 24s
CI / prettier (pull_request) Successful in 26s
CI / eslint (pull_request) Failing after 34s
CI / test-build (pull_request) Successful in 41s
This commit is contained in:
parent
bb1134abd3
commit
632c498383
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ interface SlotResult {
|
||||||
@Component({
|
@Component({
|
||||||
selector: 'app-slots',
|
selector: 'app-slots',
|
||||||
standalone: true,
|
standalone: true,
|
||||||
imports: [NavbarComponent, KeyValuePipe, UpperCasePipe, NgClass, FormsModule],
|
imports: [NavbarComponent, KeyValuePipe, UpperCasePipe, FormsModule],
|
||||||
templateUrl: './slots.component.html',
|
templateUrl: './slots.component.html',
|
||||||
changeDetection: ChangeDetectionStrategy.OnPush,
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
||||||
})
|
})
|
||||||
|
|
Reference in a new issue