diff --git a/ui/component/comment/index.js b/ui/component/comment/index.js index c285cabfe..c43a5fae6 100644 --- a/ui/component/comment/index.js +++ b/ui/component/comment/index.js @@ -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';