Revert "fix import"

This reverts commit c84c8a0288.
This commit is contained in:
Sean Yesmunt 2020-06-23 16:21:30 -04:00
parent c84c8a0288
commit 0bf656f74b

View file

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