meal_planner/app.vue
2024-04-27 01:45:48 +02:00

9 lines
188 B
Vue

<template>
<div data-theme="cupcake" class="flex flex-col h-screen">
<AppNavbar />
<main class="flex-grow">
<NuxtPage />
</main>
<AppFooter />
</div>
</template>