fix missing import on transaction history page
This commit is contained in:
parent
c37a6f5c27
commit
ba76c9c17e
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ import {
|
||||||
selectIsFetchingTransactions,
|
selectIsFetchingTransactions,
|
||||||
} from 'lbry-redux';
|
} from 'lbry-redux';
|
||||||
import { doPushDrawerStack } from 'redux/actions/drawer';
|
import { doPushDrawerStack } from 'redux/actions/drawer';
|
||||||
|
import Constants from 'constants';
|
||||||
import TransactionHistoryPage from './view';
|
import TransactionHistoryPage from './view';
|
||||||
|
|
||||||
const select = state => ({
|
const select = state => ({
|
||||||
|
|
Loading…
Reference in a new issue