remove auth, re-add later

This commit is contained in:
tuanvu
2025-12-11 13:01:28 +01:00
parent e5f4e9405a
commit 77f07b3626
4 changed files with 21 additions and 5 deletions

View File

@@ -10,6 +10,6 @@ import { useRessources } from '../ContextRessource';
export default function ajouterChantier() {
const { chantier, setChantier } = useChantier();
const { artisant, setArtisant } = useArtisant();
//const { artisant, setArtisant } = useArtisant();
const { ressources, setRessources } = useRessources();
}