mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-08-27 23:41:29 +00:00
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,
|
makeSelectClaimForUri,
|
||||||
makeSelectThumbnailForUri,
|
makeSelectThumbnailForUri,
|
||||||
makeSelectIsUriResolving,
|
makeSelectIsUriResolving,
|
||||||
doCommentUpdate, // doEditComment would be a more fitting name
|
|
||||||
doCommentAbandon,
|
|
||||||
} from 'lbry-redux';
|
} from 'lbry-redux';
|
||||||
|
import { doCommentAbandon, doCommentUpdate } from 'redux/actions/comments';
|
||||||
import { selectChannelIsBlocked } from 'redux/selectors/blocked';
|
import { selectChannelIsBlocked } from 'redux/selectors/blocked';
|
||||||
import Comment from './view';
|
import Comment from './view';
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue