diff --git a/ui/component/commentCreate/index.js b/ui/component/commentCreate/index.js index 4d5f9085b..a6a688c06 100644 --- a/ui/component/commentCreate/index.js +++ b/ui/component/commentCreate/index.js @@ -1,6 +1,7 @@ import { connect } from 'react-redux'; -import { doCommentCreate, makeSelectClaimForUri, selectMyChannelClaims } from 'lbry-redux'; +import { makeSelectClaimForUri, selectMyChannelClaims } from 'lbry-redux'; import { doOpenModal } from 'redux/actions/app'; +import { doCommentCreate } from 'redux/actions/comments'; import { CommentCreate } from './view'; import { selectUserVerifiedEmail } from 'redux/selectors/user';