1
0
mirror of https://github.com/trezor/trezor-wallet synced 2025-02-05 12:51:44 +00:00

eslint fix

This commit is contained in:
Szymon Lesisz 2018-12-20 14:36:37 +01:00
parent 02040f2505
commit b19c6e87e9

View File

@ -1,7 +1,7 @@
/* @flow */
import TrezorConnect from 'trezor-connect';
import * as BLOCKCHAIN from 'actions/constants/blockchain';
// import * as BLOCKCHAIN from 'actions/constants/blockchain';
import * as PENDING from 'actions/constants/pendingTx';
import * as AccountsActions from 'actions/AccountsActions';
import { toDecimalAmount } from 'utils/formatUtils';