mirror of
https://github.com/Drop-OSS/drop.git
synced 2026-06-22 04:11:32 +10:00
ui groundwork
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user