1 2 3 4 5
export const makeSelectLocationState = () => { return state => { return state.get('routing'); }; };