spee.ch/react/selectors/publish.js

3 lines
74 B
JavaScript

export const selectPublishState = (state) => {
return state.publish;
};