style: remove unused import
This commit is contained in:
parent
ea1f032ffc
commit
100d5e80eb
1 changed files with 0 additions and 2 deletions
|
@ -21,8 +21,6 @@
|
|||
<script lang="ts" setup>
|
||||
import type { UserResponse } from '~/types/interfaces';
|
||||
|
||||
const { fetchMembers } = useApi();
|
||||
|
||||
const props = defineProps<{
|
||||
user: UserResponse
|
||||
}>();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue