UI: User Login, Mitarbeiterübersichts Page

This commit is contained in:
mehdiboudjoudi 2024-12-18 11:06:39 +01:00 committed by Jan Klattenhoff
parent 621599e138
commit 88d3bb8cc4
Signed by: jank
GPG key ID: B267751B8AE29EFE
13 changed files with 300 additions and 3 deletions

View file

@ -0,0 +1,12 @@
import { Component } from '@angular/core';
@Component({
selector: 'app-mitarbeiterverwaltung-view',
standalone: true,
imports: [],
templateUrl: './mitarbeiterverwaltung-view.component.html',
styleUrl: './mitarbeiterverwaltung-view.component.css'
})
export class MitarbeiterverwaltungViewComponent {
}