mirror of
https://github.com/rjNemo/meal_planner
synced 2026-06-12 13:26:45 +00:00
move app components to own directory
This commit is contained in:
parent
9b2fed6716
commit
76624f206b
3 changed files with 3 additions and 3 deletions
6
app.vue
6
app.vue
|
|
@ -1,10 +1,10 @@
|
||||||
<template>
|
<template>
|
||||||
<div data-theme="cupcake" class="flex flex-col h-screen">
|
<div data-theme="cupcake" class="flex flex-col h-screen">
|
||||||
<AppNavbar />
|
<app-navbar />
|
||||||
<main class="flex-grow">
|
<main class="flex-grow">
|
||||||
<NuxtPage />
|
<nuxt-page />
|
||||||
</main>
|
</main>
|
||||||
<AppFooter />
|
<app-footer />
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue