ui groundwork

This commit is contained in:
DecDuck
2024-10-04 14:43:02 +10:00
parent 22ac7f6b15
commit e52f072091
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>