From 5888d6e1c8789070167ee92790b13ece2e1b6c82 Mon Sep 17 00:00:00 2001 From: Dmitrii Podlesnyi Date: Thu, 11 May 2023 20:32:52 +0700 Subject: [PATCH] fix: abi import --- modules/dashboard/ui/DashboardVote/DashboardVote.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/dashboard/ui/DashboardVote/DashboardVote.tsx b/modules/dashboard/ui/DashboardVote/DashboardVote.tsx index bfcfa64b..58450a2e 100644 --- a/modules/dashboard/ui/DashboardVote/DashboardVote.tsx +++ b/modules/dashboard/ui/DashboardVote/DashboardVote.tsx @@ -15,7 +15,7 @@ import { Footer, } from './DashboardVoteStyle' -import type { StartVoteEventObject } from 'generated/VotingAbi' +import type { StartVoteEventObject } from 'generated/AragonVotingAbi' import { Vote, VoteStatus } from 'modules/votes/types' import { weiToNum } from 'modules/blockChain/utils/parseWei' import { getVoteDetailsFormatted } from 'modules/votes/utils/getVoteDetailsFormatted'