feat(app): nuxt version

This commit is contained in:
Corentin Thomasset
2024-10-24 14:40:54 +02:00
parent f836666417
commit 87cfc9c1f3
504 changed files with 8075 additions and 33366 deletions

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

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