add pages

This commit is contained in:
2026-07-19 01:44:58 +07:00
parent 7ce91ecd49
commit 0b8cbfc138
11 changed files with 84 additions and 8 deletions
+9
View File
@@ -0,0 +1,9 @@
<script setup lang="ts">
import UsersPage from '@/components/UsersPage.vue';
</script>
<template>
<main>
<UsersPage />
</main>
</template>