Skip to content

Commit

Permalink
Remove unnecassary imports
Browse files Browse the repository at this point in the history
  • Loading branch information
2color committed May 16, 2019
1 parent 095ec40 commit 2f37fe6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/voting/app/src/script.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import Aragon, { ACCOUNTS_TRIGGER } from '@aragon/api'
import { of } from 'rxjs'
import { map, publishReplay } from 'rxjs/operators'
import { map } from 'rxjs/operators'
import { addressesEqual } from './web3-utils'
import voteSettings, { hasLoadedVoteSettings } from './vote-settings'
import voteSettings from './vote-settings'
import { voteTypeFromContractEnum } from './vote-utils'
import { EMPTY_CALLSCRIPT } from './evmscript-utils'
import tokenDecimalsAbi from './abi/token-decimals.json'
Expand Down

0 comments on commit 2f37fe6

Please sign in to comment.