parent
c84c8a0288
commit
0bf656f74b
1 changed files with 6 additions and 2 deletions
|
@ -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';
|
||||||
|
|
Loading…
Reference in a new issue