Skip to content

Commit

Permalink
Merge pull request #97 from lidofinance/fix/abi-import
Browse files Browse the repository at this point in the history
fix: abi import
  • Loading branch information
manneredboor authored May 11, 2023
2 parents 4d9c8a8 + 5888d6e commit aecc3dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/dashboard/ui/DashboardVote/DashboardVote.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit aecc3dc

Please sign in to comment.