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,
|
||||
} from 'lbry-redux';
|
||||
import { doPushDrawerStack } from 'redux/actions/drawer';
|
||||
import Constants from 'constants';
|
||||
import TransactionHistoryPage from './view';
|
||||
|
||||
const select = state => ({
|
||||
|
|
Loading…
Reference in a new issue