fix missing import on transaction history page

This commit is contained in:
Akinwale Ariwodola 2019-03-04 17:14:55 +01:00
parent c37a6f5c27
commit ba76c9c17e

View file

@ -5,6 +5,7 @@ import {
selectIsFetchingTransactions,
} from 'lbry-redux';
import { doPushDrawerStack } from 'redux/actions/drawer';
import Constants from 'constants';
import TransactionHistoryPage from './view';
const select = state => ({