fix import statement

This commit is contained in:
Sean Yesmunt 2020-07-15 12:33:20 -04:00
parent 69cfcd81e9
commit 2fdc4376bf

View file

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