mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-08-29 12:10:22 +02:00
fix: remove unused import (#8022)
This commit is contained in:
@@ -3,7 +3,6 @@ import { useAuth } from '../../hooks/use-auth';
|
|||||||
import { useCopyText } from '../../hooks/use-copy-text';
|
import { useCopyText } from '../../hooks/use-copy-text';
|
||||||
import { cn } from '../../lib/classname';
|
import { cn } from '../../lib/classname';
|
||||||
import { CheckIcon } from '../ReactIcons/CheckIcon';
|
import { CheckIcon } from '../ReactIcons/CheckIcon';
|
||||||
import { TrophyEmoji } from '../ReactIcons/TrophyEmoji.tsx';
|
|
||||||
|
|
||||||
type InviteFriendsProps = {
|
type InviteFriendsProps = {
|
||||||
refByUserCount: number;
|
refByUserCount: number;
|
||||||
|
Reference in New Issue
Block a user