feat: navbar T0

This commit is contained in:
Florian Sylvain
2024-10-09 04:16:35 +02:00
parent b20d8866e2
commit 7afbe2b4c3
22 changed files with 121 additions and 514 deletions
+2 -4
View File
@@ -1,9 +1,7 @@
<script setup lang="ts">
import TheWelcome from '../components/TheWelcome.vue'
import NavBar from '@/components/NavBar.vue'
</script>
<template>
<main>
<TheWelcome />
</main>
<NavBar></NavBar>
</template>