move app components to own directory

This commit is contained in:
Ruidy 2024-12-14 08:52:31 +01:00
parent 9b2fed6716
commit 76624f206b
No known key found for this signature in database
GPG key ID: E00F51288CB857CC
3 changed files with 3 additions and 3 deletions

View file

@ -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>