10 lines
112 B
JavaScript
Raw Normal View History

2017-01-17 13:40:59 +01:00
/**
* The home state selectors
*/
2017-01-19 16:42:16 +01:00
const selectHome = (state) => state.get('home');
2017-01-17 13:40:59 +01:00
export {
selectHome
2017-01-17 13:40:59 +01:00
};