15 lines
202 B
Vue
15 lines
202 B
Vue
<template>
|
|
<div>
|
|
<NavBar />
|
|
<NuxtPage />
|
|
<CookieUsageNotification />
|
|
<!-- <BannerCoop /> -->
|
|
<Footer />
|
|
</div>
|
|
</template>
|
|
<script>
|
|
export default {
|
|
}
|
|
</script>
|
|
<style></style>
|