We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cf4680 commit 6a1cac3Copy full SHA for 6a1cac3
apps/web/app/components/admin/AdminUserList.vue
@@ -1,11 +1,11 @@
1
<script setup lang="ts">
2
import type { AdminUser } from '@vuejs-jp/model'
3
4
-interface SponsorListProps {
+interface AdminUserListProps {
5
adminUsers: AdminUser[]
6
}
7
8
-const props = defineProps<SponsorListProps>()
+const props = defineProps<AdminUserListProps>()
9
</script>
10
11
<template>
0 commit comments