fix comments functions import
This commit is contained in:
parent
0e2b1b98b8
commit
e7e7d6dba4
1 changed files with 1 additions and 2 deletions
|
@ -5,9 +5,8 @@ import {
|
|||
makeSelectClaimForUri,
|
||||
makeSelectThumbnailForUri,
|
||||
makeSelectIsUriResolving,
|
||||
doCommentUpdate, // doEditComment would be a more fitting name
|
||||
doCommentAbandon,
|
||||
} from 'lbry-redux';
|
||||
import { doCommentAbandon, doCommentUpdate } from 'redux/actions/comments';
|
||||
import { selectChannelIsBlocked } from 'redux/selectors/blocked';
|
||||
import Comment from './view';
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue