🚧 saving WIP

This commit is contained in:
ChatonDeAru (Romain)
2024-08-21 09:32:39 +00:00
parent 70d977ea75
commit f69a53fa0a
18 changed files with 7309 additions and 0 deletions

6
modules/app/app.vue Normal file
View File

@@ -0,0 +1,6 @@
<template>
<div>
<NuxtRouteAnnouncer />
<NuxtWelcome />
</div>
</template>