export const makeSelectLocationState = () => { return state => { return state.routing; }; };