/**
* The home state selectors
*/
const selectHome = (state) => state.get('home');
export {
selectHome
};