spee.ch/react/selectors/channel.js

4 lines
74 B
JavaScript
Raw Normal View History

export const selectChannelState = (state) => {
return state.channel;
};