fix: remove unuzsed import, shit linters #167
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