try to do better

This commit is contained in:
arrelin
2026-01-29 15:32:22 +03:00
parent 24f04a7e82
commit b88eb4a9e3
34 changed files with 43 additions and 61 deletions

View File

@@ -3,7 +3,7 @@ import { useTranslation } from 'react-i18next';
import { Copy, Check, Loader2 } from 'lucide-react';
import { Modal, Button } from '../ui';
import { useInviteLink } from '../../hooks';
import { InviteLinkResponse } from '../../types';
import type { InviteLinkResponse } from '../../types';
interface InviteModalProps {
onClose: () => void;