ui groundwork

This commit is contained in:
DecDuck
2024-10-04 14:43:02 +10:00
parent 2773c4cc3b
commit 9e731796da
29 changed files with 618 additions and 27 deletions
+9
View File
@@ -0,0 +1,9 @@
<template>
<content class="flex flex-col w-full min-h-screen">
<UserHeader />
<div class="grow flex">
<NuxtPage />
</div>
<UserFooter />
</content>
</template>