feat : page listing client

This commit is contained in:
2026-02-12 10:35:07 +01:00
parent 09666d9319
commit 68eadfb5e2
4 changed files with 128 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
<template>
</template>
<script setup lang="ts">
definePageMeta({layout: "admin"})
const route = useRoute()
const router = useRouter()
const auth = useAuthStore()
</script>