import View from './View';

export default function CountryMapProfileEdit(props) {
  return <View {...props} mode="edit" />;
}
