redux for reposts

This commit is contained in:
Sean Yesmunt 2020-02-10 10:49:45 -05:00
commit bd07919a72
9 changed files with 238 additions and 16 deletions

View file

@ -67,6 +67,8 @@ export {
doUpdateChannel,
doClaimSearch,
doImportChannel,
doRepost,
doClearRepostError,
} from 'redux/actions/claims';
export { doDeletePurchasedUri, doPurchaseUri, doFileGet } from 'redux/actions/file';
@ -232,6 +234,8 @@ export {
selectChannelImportPending,
makeSelectMyStreamUrlsForPage,
selectMyStreamUrlsCount,
selectRepostError,
selectRepostLoading,
} from 'redux/selectors/claims';
export { makeSelectCommentsForUri } from 'redux/selectors/comments';