Files
ghostwriter/app.vue
2025-05-22 14:04:16 +03:00

7 lines
96 B
Vue

<template>
<NuxtRouteAnnouncer />
<NuxtLayout>
<NuxtPage />
</NuxtLayout>
</template>