Initial commit

This commit is contained in:
2024-12-29 12:11:11 +01:00
parent 6e1e00d048
commit 856dfbd119
9 changed files with 105 additions and 1 deletions
+6
View File
@@ -1,6 +1,12 @@
<script lang="ts">
import 'reflect-metadata';
</script>
<template>
<div>
<NuxtRouteAnnouncer />
<NuxtWelcome />
<NuxtLayout>
<NuxtPage />
</NuxtLayout>
</div>
</template>