mirror of
https://github.com/rjNemo/meal_planner
synced 2026-06-06 02:26:49 +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>
|
||||
<div data-theme="cupcake" class="flex flex-col h-screen">
|
||||
<AppNavbar />
|
||||
<app-navbar />
|
||||
<main class="flex-grow">
|
||||
<NuxtPage />
|
||||
<nuxt-page />
|
||||
</main>
|
||||
<AppFooter />
|
||||
<app-footer />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue