aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/docs/app.vue
blob: e19315ee54f8fb6ce425eb5ad5397aa0b27fb5e0 (plain) (blame)
1
2
3
4
5
<template>
  <AppLayout>
    <NuxtPage />
  </AppLayout>
</template>