meal_planner/app.vue
2024-12-15 01:18:08 +01:00

9 lines
182 B
Vue

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