fix comments functions import

This commit is contained in:
jessop 2020-07-16 13:00:33 -04:00 committed by Sean Yesmunt
parent 0e2b1b98b8
commit e7e7d6dba4

View file

@ -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';