This commit is contained in:
2023-06-13 11:39:18 +02:00
commit 872c089e4b
27 changed files with 10246 additions and 0 deletions

8
layouts/default.vue Normal file
View File

@@ -0,0 +1,8 @@
<template>
<NavBar />
<div class="min-h-screen bg-white-500 mt-4">
<main class="-mt-32 mx-auto max-w-7xl px-4 pb-12 sm:px-6 lg:px-8 bg-white min-h-full rounded-md shadow-md p-4">
<slot />
</main>
</div>
</template>