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

@ -50,7 +50,6 @@ import { ErrorHandlerService } from '../../services/error.handler.service';
MatInputModule,
],
templateUrl: './table.component.html',
styleUrl: './table.component.css',
})
export class QualificationsComponent implements OnInit {
private readonly qualificationService: QualificationService =