providers create form added

This commit is contained in:
2025-11-27 16:42:20 +01:00
parent cbf01acb99
commit 6235df5482
7 changed files with 17 additions and 10 deletions
+4 -1
View File
@@ -1,8 +1,11 @@
import { Component } from '@angular/core';
import {StaffCardForm} from "./staff-card-form/staff-card-form";
@Component({
selector: 'app-staff',
imports: [],
imports: [
StaffCardForm
],
templateUrl: './staff.html',
styleUrl: './staff.css',
})