first commit

This commit is contained in:
2025-08-24 19:18:41 -03:00
commit c5cb485858
9 changed files with 10758 additions and 0 deletions

6
app/app.vue Normal file
View File

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