Proyecto base limpio para mapa

This commit is contained in:
María
2025-10-31 15:06:17 +01:00
commit c75ce93f15
87 changed files with 13269 additions and 0 deletions

12
layouts/default.vue Normal file
View File

@@ -0,0 +1,12 @@
<template>
<div class="flex flex-col min-h-dvh">
<!-- <NavBar /> -->
<main class="flex-1 flex flex-col">
<slot />
</main>
<!-- <FooterComp /> -->
</div>
</template>