Files
consumocuidado/layouts/mainbanner.vue
2025-09-15 09:08:01 +02:00

11 lines
177 B
Vue

<template>
<div>
<NavBar />
<!-- <NavBarSearch /> -->
<NuxtPage />
<CookieUsageNotification />
<!-- <BannerCoop /> -->
<Footer />
</div>
</template>