Skip to content

Commit

Permalink
[web-ui] 💄 Add simple base layout
Browse files Browse the repository at this point in the history
  • Loading branch information
williamchong committed Nov 9, 2023
1 parent 7737bb1 commit 8756ff0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions web-ui/app.vue
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<template>
<div class="flex flex-col min-h-screen">
<NuxtLayout class="w-full flex-grow">
<NuxtPage />
</NuxtLayout>
</div>
</template>

0 comments on commit 8756ff0

Please sign in to comment.