import { defineComponent } from 'vue'; import { NuxtPage } from '#components'; export default defineComponent({ setup() { return () => ( ); }, });