front_foundation #5

Open
mohamed_maoulainine wants to merge 73 commits from front_foundation into main
2 changed files with 3 additions and 3 deletions
Showing only changes of commit 8b863ee4b1 - Show all commits

View File

@ -31,7 +31,7 @@ const router = useRouter();
const goToLink = () => {
if (props.projectLink) {
router.push(props.projectLink);0
router.push(props.projectLink);
}
};

View File

@ -23,12 +23,12 @@
/>
</div>
<AddProjectForm/>
</div>
<Agenda :project-r-d-v="rendezVous" />
</div>
<AddProjectForm/>
</template>
<script setup lang="ts">