initial commit

This commit is contained in:
Clevertop 2024-07-18 14:43:01 +10:00
commit 2807918e2c
27 changed files with 9772 additions and 0 deletions

11
app.vue Normal file
View file

@ -0,0 +1,11 @@
<template>
<div>
<!-- <NuxtRouteAnnouncer />
<NuxtWelcome /> -->
<NuxtLoadingIndicator />
<NuxtLayout>
<!-- <Navbar /> -->
<NuxtPage />
</NuxtLayout>
</div>
</template>