remove unused css files and styleUrl properties from components (#48)

Reviewed-on: http://git.simonis.lol/angular/ems-frontend/pulls/48
Co-authored-by: Jan-Marlon Leibl <jleibl@proton.me>
Co-committed-by: Jan-Marlon Leibl <jleibl@proton.me>
This commit is contained in:
2025-01-23 11:39:26 +00:00
committed by Hop In, I Have Puppies AND WiFi
parent 0be39d98ec
commit eac3d9c834
22 changed files with 0 additions and 84 deletions

View File

@ -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);