mirror of
https://github.com/wassname/talk.git
synced 2026-07-01 02:02:25 +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;
|