parent
c84c8a0288
commit
0bf656f74b
1 changed files with 6 additions and 2 deletions
|
@ -1,6 +1,10 @@
|
|||
import { connect } from 'react-redux';
|
||||
import { makeSelectClaimIsMine, makeSelectShortUrlForUri, makeSelectPermanentUrlForUri } from 'lbry-redux';
|
||||
import { selectChannelIsBlocked } from 'redux/selectors/blocked';
|
||||
import {
|
||||
selectChannelIsBlocked,
|
||||
makeSelectClaimIsMine,
|
||||
makeSelectShortUrlForUri,
|
||||
makeSelectPermanentUrlForUri,
|
||||
} from 'lbry-redux';
|
||||
import { doToggleBlockChannel } from 'redux/actions/blocked';
|
||||
import { doToast } from 'redux/actions/notifications';
|
||||
import BlockButton from './view';
|
||||
|
|
Loading…
Reference in a new issue