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