almst complete admin ui and initial store designs

This commit is contained in:
DecDuck
2024-10-11 22:45:02 +11:00
parent fd39b3453a
commit 308827f042
21 changed files with 734 additions and 202 deletions
+2 -2
View File
@@ -1,10 +1,10 @@
<template>
<content class="flex flex-col w-full min-h-screen bg-zinc-900">
<UserHeader />
<UserHeader class="z-50" />
<div class="grow flex">
<NuxtPage />
</div>
<UserFooter />
<UserFooter class="z-50" />
</content>
</template>