nuxt-prawo-jazdy/app.vue

8 lines
94 B
Vue
Raw Permalink Normal View History

2025-03-03 19:46:35 +01:00
<template>
<div>
<NuxtLayout>
<NuxtPage />
</NuxtLayout>
</div>
</template>