footer component

This commit is contained in:
María
2025-07-29 14:09:56 +02:00
committed by María
parent 329a7ef7c0
commit 8a92b3d1f9
14 changed files with 146 additions and 11 deletions

View File

@@ -1,15 +1,15 @@
<template>
<body>
<div class="min-h-screen flex flex-col">
<header>
<NavBar />
</header>
<main>
<main class="flex-1">
<slot />
</main>
<footer>
<!-- <Footer /> -->
<Footer />
</footer>
</body>
</div>
</template>