feat(qualifikation-form): add qualification form component
This commit is contained in:
parent
4de394acb0
commit
61597627c6
4 changed files with 36 additions and 0 deletions
|
@ -0,0 +1,12 @@
|
|||
import { Component } from '@angular/core';
|
||||
|
||||
@Component({
|
||||
selector: 'app-qualifikation-form',
|
||||
standalone: true,
|
||||
imports: [],
|
||||
templateUrl: './qualifikation-form.component.html',
|
||||
styleUrl: './qualifikation-form.component.css'
|
||||
})
|
||||
export class QualifikationFormComponent {
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue