refactor: remove unused styleUrl properties from components

This commit is contained in:
2025-01-23 12:36:00 +01:00
parent 0be39d98ec
commit 66cbf764ca
22 changed files with 0 additions and 84 deletions

View File

@ -45,7 +45,6 @@ import { MatIcon } from '@angular/material/icon';
MatIcon,
],
templateUrl: './edit.component.html',
styleUrl: './edit.component.css',
})
export class EditComponent {
public apiErrorMessage = '';