fix: correct selector and template URLs in component
All checks were successful
Playwright Tests / test (pull_request) Successful in 2m2s

This commit is contained in:
Jan Gleytenhoover 2025-01-22 09:07:13 +01:00
parent 9b80777fc3
commit 471a675117
Signed by: jank
GPG key ID: 50620ADD22CD330B

View file

@ -7,8 +7,8 @@ import { SkillService } from '../../service/skill.service';
selector: 'app-qulifikation-erstellen',
standalone: true,
imports: [QualifikationFormComponent],
templateUrl: './qulifikation-erstellen.component.html',
styleUrl: './qulifikation-erstellen.component.css'
templateUrl: './qualifikation-erstellen.component.html',
styleUrl: './qualifikation-erstellen.component.css'
})
export class QulifikationErstellenComponent {
public skill!: QualificationGetDTO;