nuxt-prawo-jazdy/app.vue
2025-03-03 19:46:35 +01:00

7 lines
94 B
Vue

<template>
<div>
<NuxtLayout>
<NuxtPage />
</NuxtLayout>
</div>
</template>