Initial commit from monorepo
This commit is contained in:
9
app/pages/clientarea/locations.vue
Normal file
9
app/pages/clientarea/locations.vue
Normal file
@@ -0,0 +1,9 @@
|
||||
<template>
|
||||
<LocationsContent />
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
definePageMeta({
|
||||
middleware: ['auth-oidc']
|
||||
})
|
||||
</script>
|
||||
Reference in New Issue
Block a user