mirror of
https://github.com/wassname/talk.git
synced 2026-06-28 15:41:02 +08:00
4 lines
160 B
JavaScript
4 lines
160 B
JavaScript
export const commentBoxTagsSelector = state => state.stream.commentBoxTags;
|
|
export const commentClassNamesSelector = state =>
|
|
state.stream.commentClassNames;
|