last commit

This commit is contained in:
2025-12-11 17:54:55 +01:00
parent 20726f0530
commit 99eca9ce8b
32 changed files with 269 additions and 163 deletions
@@ -1,11 +0,0 @@
import { Component } from '@angular/core';
@Component({
selector: 'app-staff-card',
imports: [],
templateUrl: './staff-card.html',
styleUrl: './staff-card.css',
})
export class StaffCard {
}