style: remove unused import

This commit is contained in:
Twig 2025-07-16 10:47:13 +02:00
parent ea1f032ffc
commit 100d5e80eb
No known key found for this signature in database

View file

@ -21,8 +21,6 @@
<script lang="ts" setup>
import type { UserResponse } from '~/types/interfaces';
const { fetchMembers } = useApi();
const props = defineProps<{
user: UserResponse
}>();