Skip to content

Commit b5c55e9

Browse files
committed
chore: removed unused imports
1 parent 1a9cec5 commit b5c55e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/grant-explorer/src/features/round/ViewRoundPage/ProjectCard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { Link } from "react-router-dom";
2-
import { renderToPlainText, useTokenPrice, TToken } from "common";
2+
import { renderToPlainText } from "common";
33

44
import { CartProject, Project, Round } from "../../api/types";
55

0 commit comments

Comments
 (0)