This commit is contained in:
Tiemen van Olst
2025-09-08 13:55:29 +02:00
parent 11da1a4806
commit 3c8e0e12eb
13 changed files with 226 additions and 0 deletions

5
app/app.vue Normal file
View File

@@ -0,0 +1,5 @@
<template>
<UApp>
<NuxtPage />
</UApp>
</template>