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