Skip to content

Commit 36a953b

Browse files
committed
refactor: change import for the useSelector
1 parent db2983d commit 36a953b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/list/Bounty.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { ReactElement } from "react";
55
import { Referral as ReferralType } from "@/types/community";
66
import Loader from "../ui/Loader";
77
import { IRootState } from "@/store";
8-
import { useSelector } from "react-redux";
8+
import { useSelector } from "@/hooks/useTypedSelector";
99

1010
/**
1111
* BountyList component props

0 commit comments

Comments
 (0)