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
@@ -0,0 +1,2 @@
export const commentBoxTagsSelector = (state) => state.commentBox.tags;
export const commentClassNamesSelector = (state) => state.stream.commentClassNames;