fix : merged the main with the front branch and fixed all possible issues

This commit is contained in:
Mohamed Maoulainine Maoulainine
2025-03-21 01:16:49 +01:00
20 changed files with 1802 additions and 281 deletions

View File

@ -18,9 +18,9 @@
</template>
<script setup lang="ts">
import Header from '../components/Header.vue';
import Header from '../components/HeaderComponent.vue';
import Agenda from "../components/Agenda.vue"
import ProjectComp from '../components/Project-comp.vue';
import ProjectComp from '../components/ProjectComponent.vue';
import { ref } from "vue";