Skip to content

Commit 6a1cac3

Browse files
committed
refactor: SponsorList to AdminUserList
1 parent 0cf4680 commit 6a1cac3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/web/app/components/admin/AdminUserList.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<script setup lang="ts">
22
import type { AdminUser } from '@vuejs-jp/model'
33
4-
interface SponsorListProps {
4+
interface AdminUserListProps {
55
adminUsers: AdminUser[]
66
}
77
8-
const props = defineProps<SponsorListProps>()
8+
const props = defineProps<AdminUserListProps>()
99
</script>
1010

1111
<template>

0 commit comments

Comments
 (0)