spee.ch/react/selectors/channel.js

3 lines
74 B
JavaScript

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