First test commit

This commit is contained in:
2026-03-11 18:35:53 +01:00
commit ba6b6d40ec
11 changed files with 6823 additions and 0 deletions

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

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