Two mysteriously missing imports

This commit is contained in:
Fabio Berger
2017-12-15 13:01:45 -06:00
parent 87209b8f57
commit a71a1edf2c
2 changed files with 2 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
import BigNumber from 'bignumber.js';
import * as _ from 'lodash';
import {Paper} from 'material-ui/Paper';
import TextField from 'material-ui/TextField';
import * as React from 'react';
import {CopyIcon} from 'ts/components/ui/copy_icon';

View File

@@ -1,3 +1,4 @@
import BigNumber from 'bignumber.js';
import * as _ from 'lodash';
import * as React from 'react';
import {connect} from 'react-redux';