fix: remove unused import (#8022)

pull/8027/head
J. Degand 6 days ago committed by GitHub
parent f3110e99f6
commit d2bf09b405
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      src/components/AccountStreak/InviteFriends.tsx

@ -3,7 +3,6 @@ import { useAuth } from '../../hooks/use-auth';
import { useCopyText } from '../../hooks/use-copy-text';
import { cn } from '../../lib/classname';
import { CheckIcon } from '../ReactIcons/CheckIcon';
import { TrophyEmoji } from '../ReactIcons/TrophyEmoji.tsx';
type InviteFriendsProps = {
refByUserCount: number;

Loading…
Cancel
Save