Files
gremiumhub/legalconsenthub/app.vue

7 lines
98 B
Vue

<template>
<NuxtLoadingIndicator />
<NuxtLayout>
<NuxtPage />
</NuxtLayout>
</template>