Skip to content

Commit ad515f4

Browse files
committed
clean code
1 parent 67276cd commit ad515f4

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/components/ui/Avatar.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,7 @@ import Link from "next/link";
33
import { CSSProperties, ReactElement, useMemo, useState } from "react";
44
import VerifiedIcon from "@/icons/verified.svg";
55
import classNames from "classnames";
6-
import { Submission } from "@/types/bounty";
7-
import { Community } from "@/types/community";
8-
import { Metadata } from "@/types/course";
9-
import { useSelector } from "@/hooks/useTypedSelector";
6+
107
/**
118
* Interface for User
129
* @date 3/22/2023 - 5:42:26 PM

0 commit comments

Comments
 (0)