spee.ch/react/selectors/site.js

4 lines
68 B
JavaScript
Raw Normal View History

export const selectSiteState = (state) => {
return state.site;
};