redux for reposts
This commit is contained in:
parent
a640c5cb0b
commit
bd07919a72
9 changed files with 238 additions and 16 deletions
src
|
@ -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';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue