fix import

This commit is contained in:
Sean Yesmunt 2020-06-23 16:10:59 -04:00
parent b9f3146180
commit c84c8a0288

View file

@ -1,10 +1,6 @@
import { connect } from 'react-redux';
import {
selectChannelIsBlocked,
makeSelectClaimIsMine,
makeSelectShortUrlForUri,
makeSelectPermanentUrlForUri,
} from 'lbry-redux';
import { makeSelectClaimIsMine, makeSelectShortUrlForUri, makeSelectPermanentUrlForUri } from 'lbry-redux';
import { selectChannelIsBlocked } from 'redux/selectors/blocked';
import { doToggleBlockChannel } from 'redux/actions/blocked';
import { doToast } from 'redux/actions/notifications';
import BlockButton from './view';