11 lines
177 B
Vue
11 lines
177 B
Vue
<template>
|
|
<div>
|
|
<NavBar />
|
|
<!-- <NavBarSearch /> -->
|
|
<NuxtPage />
|
|
<CookieUsageNotification />
|
|
<!-- <BannerCoop /> -->
|
|
<Footer />
|
|
</div>
|
|
</template>
|