auth initiate, database and more

This commit is contained in:
DecDuck
2024-10-08 13:17:06 +11:00
parent 78fc668923
commit 22b1aeec9f
43 changed files with 956 additions and 84 deletions

8
layouts/mini.vue Normal file
View File

@ -0,0 +1,8 @@
<template>
<div class="flex flex-col bg-zinc-950 h-screen w-screen overflow-hidden">
<MiniHeader class ="select-none" />
<div class="grow overflow-y-scroll">
<slot />
</div>
</div>
</template>