mirror of
https://github.com/wassname/talk.git
synced 2026-07-01 05:25:41 +08:00
4 lines
154 B
JavaScript
4 lines
154 B
JavaScript
export const commentBoxTagsSelector = state => state.commentBox.tags;
|
|
export const commentClassNamesSelector = state =>
|
|
state.stream.commentClassNames;
|