Skip to content

Commit 35654f7

Browse files
committed
deleter useMemo
1 parent add8eca commit 35654f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/bounties/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { ReactElement, useCallback, useEffect, useMemo } from "react";
1+
import { ReactElement, useCallback, useEffect } from "react";
22
import Navigation from "@/components/sections/bounties/Navigation";
33
import BountyList from "@/components/list/Bounty";
44
import { useTranslation } from "react-i18next";

0 commit comments

Comments
 (0)