adds selectors for getting reply count and list
This commit is contained in:
parent
7b4fccaf20
commit
8c350a18a1
1 changed files with 5 additions and 1 deletions
|
@ -234,7 +234,11 @@ export {
|
|||
selectMyStreamUrlsCount,
|
||||
} from 'redux/selectors/claims';
|
||||
|
||||
export { makeSelectCommentsForUri } from 'redux/selectors/comments';
|
||||
export {
|
||||
makeSelectCommentsForUri,
|
||||
makeSelectCommentReplyCount,
|
||||
makeSelectCommentReplyList,
|
||||
} from 'redux/selectors/comments';
|
||||
|
||||
export {
|
||||
makeSelectFileInfoForUri,
|
||||
|
|
Loading…
Reference in a new issue