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