import View from './OLView';

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