4 lines
74 B
JavaScript
4 lines
74 B
JavaScript
|
export const selectPublishState = (state) => {
|
||
|
return state.publish;
|
||
|
};
|