Files
ghostwriter/app/app.vue
2025-05-22 13:48:15 +03:00

7 lines
96 B
Vue

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