🎉 First init

This commit is contained in:
TiclemFR
2023-08-30 21:24:43 +02:00
commit 452d5adc4a
26 changed files with 3332 additions and 0 deletions

9
src/views/HomeView.vue Normal file
View File

@@ -0,0 +1,9 @@
<script setup>
import TheWelcome from '../components/TheWelcome.vue'
</script>
<template>
<main>
<TheWelcome />
</main>
</template>