Merge branch 'front_foundation' of https://gitea.piair.dev/piair/MyINPulse into front_foundation
This commit is contained in:
@ -14,6 +14,8 @@
|
||||
:project-id="0"
|
||||
/>
|
||||
|
||||
<!-- <AllEntrep /> -->
|
||||
|
||||
<h3>Projet en attente</h3>
|
||||
<PendingProjectComponent
|
||||
v-for="(project, index) in pendingProjects"
|
||||
@ -45,7 +47,7 @@ import PendingRequestsManager from "@/components/PendingRequestsManager.vue";
|
||||
|
||||
import Project from "@/ApiClasses/Project";
|
||||
import UserEntrepreneur from "@/ApiClasses/UserEntrepreneur";
|
||||
|
||||
//import AllEntrep from "../components/AllEntrep.vue";
|
||||
const projects = ref<
|
||||
{
|
||||
name: string;
|
||||
|
Reference in New Issue
Block a user