Skip to content

Commit

Permalink
feat: remove unecessary import,
Browse files Browse the repository at this point in the history
see also: #12
  • Loading branch information
64J0 committed May 8, 2021
1 parent bb08f24 commit 83652a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/GithubContribGraph/index.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import React, { SVGProps, useCallback, useEffect, useMemo } from "react";
import React, { useCallback, useEffect, useMemo } from "react";

interface ContribChartHTML {
contribChartHTML: string;
Expand Down

0 comments on commit 83652a6

Please sign in to comment.