Skip to content

Commit 5875f73

Browse files
committed
fix: import State and Action types in ProposalItem
1 parent ce8f96a commit 5875f73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fidgets/snapshot/components/ProposalItem.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import {
1212
renderSingleChoiceVotingUI,
1313
renderWeightedVotingUI,
1414
} from "../utils/renderVotingUI";
15-
import { initialState, reducer } from "../utils/stateManagement";
15+
import { initialState, reducer, State, Action } from "../utils/stateManagement";
1616
import voteOnProposal, { ProposalType } from "../utils/voteOnProposal";
1717

1818
import { resolveIpfsUrl } from "@/common/lib/utils/url";

0 commit comments

Comments
 (0)