mirror of
https://github.com/strapi/strapi.git
synced 2025-08-15 04:08:04 +00:00
10 lines
112 B
JavaScript
10 lines
112 B
JavaScript
/**
|
|
* The home state selectors
|
|
*/
|
|
|
|
const selectHome = (state) => state.get('home');
|
|
|
|
export {
|
|
selectHome
|
|
};
|