fix modal import
This commit is contained in:
parent
13810ca989
commit
0562ed866b
1 changed files with 1 additions and 1 deletions
|
@ -3,8 +3,8 @@ import {
|
|||
makeSelectCostInfoForUri,
|
||||
makeSelectFileInfoForUri,
|
||||
makeSelectClaimIsMine,
|
||||
doOpenModal,
|
||||
} from 'lbry-redux';
|
||||
import { doOpenModal } from 'redux/actions/app';
|
||||
import FileActions from './view';
|
||||
|
||||
const select = (state, props) => ({
|
||||
|
|
Loading…
Reference in a new issue