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