Files
webapp/app/pages/clientarea/locations.vue
2026-01-07 09:10:35 +07:00

10 lines
120 B
Vue

<template>
<LocationsContent />
</template>
<script setup>
definePageMeta({
middleware: ['auth-oidc']
})
</script>