eslint fix

This commit is contained in:
mmv 2019-04-17 18:37:41 +04:00
parent 289f5f6feb
commit 43e8521aba
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ import StandardToken from '@gnosis.pm/util-contracts/build/contracts/GnosisStand
import HumanFriendlyToken from '@gnosis.pm/util-contracts/build/contracts/HumanFriendlyToken.json'
import { getWeb3 } from '~/logic/wallets/getWeb3'
import { type GlobalState } from '~/store/index'
import { makeToken, type Token, type TokenProps } from '~/logic/tokens/store/model/token'
import { makeToken, type TokenProps } from '~/logic/tokens/store/model/token'
import { ensureOnce } from '~/utils/singleton'
import saveTokens from './saveTokens'
import { getRelayUrl } from '~/config/index'