fix import typo
This commit is contained in:
parent
19a514bb40
commit
c63b583f09
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
import * as MODALS from 'constants/modal_types';
|
||||
import { connect } from 'react-redux';
|
||||
import { doOpenModal } from 'lbry-redux';
|
||||
import { doOpenModal } from 'redux/actions/app';
|
||||
import RewardTile from './view';
|
||||
|
||||
const perform = dispatch => ({
|
||||
|
|
Loading…
Add table
Reference in a new issue