fix missing import

This commit is contained in:
Akinwale Ariwodola 2019-05-10 16:21:15 +01:00
parent b7e60f6ca5
commit bef671be6c

View file

@ -2,6 +2,7 @@ import { connect } from 'react-redux';
import { makeSelectClientSetting } from 'redux/selectors/settings';
import { selectBalance } from 'lbry-redux';
import { selectUnclaimedRewardValue } from 'lbryinc';
import Constants from 'constants';
import FloatingWalletBalance from './view';
const select = state => ({