1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-28 11:39:52 +02:00

fix: remove unused import (#8022)

This commit is contained in:
J. Degand
2025-01-12 13:58:02 -05:00
committed by GitHub
parent f3110e99f6
commit d2bf09b405

View File

@@ -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;