Staff PT1

This commit is contained in:
2026-06-07 19:06:19 +02:00
parent 0d156faead
commit 9885e4ee85
13 changed files with 253 additions and 9 deletions
@@ -0,0 +1,11 @@
import { Component } from '@angular/core';
@Component({
selector: 'app-staff-card',
imports: [],
templateUrl: './staff-card.html',
styleUrl: './staff-card.css',
})
export class StaffCard {
}