Selectors, resolving merge errors, better class names, removing comment reducer

This commit is contained in:
Chi Vinh Le
2017-06-08 00:29:05 +07:00
parent c8534a91a6
commit 66e4f02a1a
18 changed files with 50 additions and 60 deletions
+1 -1
View File
@@ -1,2 +1,2 @@
export {addTag, removeTag} from 'coral-plugin-commentbox/actions';
export {addCommentClassName, removeCommentClassName} from 'coral-embed-stream/src/actions/comment';
export {addCommentClassName, removeCommentClassName} from 'coral-embed-stream/src/actions/stream';
@@ -0,0 +1,2 @@
export const commentBoxTagsSelector = (state) => state.commentBox.tags;
export const commentClassNamesSelector = (state) => state.stream.commentClassNames;