export const commentBoxTagsSelector = (state) => state.commentBox.tags; export const commentClassNamesSelector = (state) => state.stream.commentClassNames;