fix: fix build
Some checks failed
Format / formatting (push) Failing after 6s
Build / build (push) Successful in 43s
CI / build (push) Failing after 12s

This commit is contained in:
ALAMI Adnane 2025-05-13 19:56:03 +02:00
parent 95eb154556
commit ed67a3734a

View File

@ -45,6 +45,7 @@ import { ref, onMounted } from "vue";
import { useRouter } from "vue-router";
import Project from "@/ApiClasses/Project";
import Header from "../components/HeaderComponent.vue";
import { store } from "@/main.ts";
import {
requestProjectCreation,
checkIfProjectIsActive,
@ -52,8 +53,6 @@ import {
} from "@/services/Apis/Entrepreneurs";
const router = useRouter();
import { requestProjectCreation } from "@/services/Apis/Entrepreneurs.ts";
import { store } from "@/main.ts";
const choix = ref<string | null>(null);
const nomProjet = ref("");