feat: initial commit

This commit is contained in:
Florian Sylvain
2024-10-08 21:21:38 +02:00
commit b20d8866e2
31 changed files with 749 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
<script setup lang="ts">
import TheWelcome from '../components/TheWelcome.vue'
</script>
<template>
<main>
<TheWelcome />
</main>
</template>