Files
talk/plugin-api/alpha/client/selectors/index.js
T
Chi Vinh Le cb5a41f119 Refactor
2018-01-30 17:18:09 +01:00

4 lines
160 B
JavaScript

export const commentBoxTagsSelector = state => state.stream.commentBoxTags;
export const commentClassNamesSelector = state =>
state.stream.commentClassNames;