fix : merged the main with the front branch and fixed all possible issues
This commit is contained in:
@ -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";
|
||||
|
||||
|
Reference in New Issue
Block a user