refactor: remove unused styleUrl properties from components
This commit is contained in:
@ -25,7 +25,6 @@ import { MatIcon } from '@angular/material/icon';
|
||||
],
|
||||
templateUrl: './delete.component.html',
|
||||
standalone: true,
|
||||
styleUrl: './delete.component.css',
|
||||
})
|
||||
export class DeleteComponent {
|
||||
public id: number = inject(MAT_DIALOG_DATA);
|
||||
|
Reference in New Issue
Block a user