Emit ui.AllCommentsPane.viewNewComments and ui.Comment.showMoreReplies

This commit is contained in:
Chi Vinh Le
2017-08-08 20:47:21 +07:00
parent aad245fcbf
commit 7bdd28cb9c
5 changed files with 8 additions and 1 deletions
+1
View File
@@ -3,3 +3,4 @@ export {default as withTags} from './withTags';
export {default as withFragments} from 'coral-framework/hocs/withFragments';
export {default as excludeIf} from 'coral-framework/hocs/excludeIf';
export {default as connect} from 'coral-framework/hocs/connect';
export {default as withEmit} from 'coral-framework/hocs/withEmit';