We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67276cd commit ad515f4Copy full SHA for ad515f4
src/components/ui/Avatar.tsx
@@ -3,10 +3,7 @@ import Link from "next/link";
3
import { CSSProperties, ReactElement, useMemo, useState } from "react";
4
import VerifiedIcon from "@/icons/verified.svg";
5
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";
+
10
/**
11
* Interface for User
12
* @date 3/22/2023 - 5:42:26 PM
0 commit comments