Feat: Sync entre addRessources et gestionRessources

This commit is contained in:
Amaël Kesteman
2025-12-13 21:49:07 +01:00
parent 85fc76ddec
commit 898f06d577
4 changed files with 44 additions and 11 deletions

View File

@@ -24,7 +24,7 @@ export type User = {
};
export type Ressources = {
id: number;
id: string;
name: string;
type: string; //"machine","ouvrier"
Image: string;