fix: remove unuzsed import, shit linters #167
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ interface SlotResult {
|
|||
@Component({
|
||||
selector: 'app-slots',
|
||||
standalone: true,
|
||||
imports: [NavbarComponent, KeyValuePipe, UpperCasePipe, NgClass, FormsModule],
|
||||
imports: [NavbarComponent, KeyValuePipe, UpperCasePipe, FormsModule],
|
||||
templateUrl: './slots.component.html',
|
||||
changeDetection: ChangeDetectionStrategy.OnPush,
|
||||
})
|
||||
|
|
Reference in a new issue