import PropTypes from 'prop-types';
export default PropTypes.shape({
action: PropTypes.string,
pathname: PropTypes.string,
});