mirror of
https://github.com/wassname/talk.git
synced 2026-06-29 01:44:26 +08:00
3 lines
156 B
JavaScript
3 lines
156 B
JavaScript
export const commentBoxTagsSelector = (state) => state.commentBox.tags;
|
|
export const commentClassNamesSelector = (state) => state.stream.commentClassNames;
|