separte class and services

This commit is contained in:
tuanvu
2025-12-09 14:22:39 +01:00
parent 13138c4280
commit 84df00230e
4 changed files with 91 additions and 109 deletions

View File

@@ -1,5 +1,6 @@
import { useChantier } from "@/app/ContextChantier";
import { Chantier, getChantiers } from "@/class/class";
import { Chantier } from "@/class/class";
import { getChantiers } from "@/services/ressourcesService";
import { useEffect, useState } from "react";
import {
Dimensions,