CountryListPage.propTypes = {
  addCountry: PropTypes.func,
  data: PropTypes.array,
  intl: PropTypes.object,
  loadCountries: PropTypes.func,