mirror of
https://github.com/wassname/talk.git
synced 2026-06-29 02:31:30 +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;
|