import intl from 'react-intl-universal'; export const getCountries = () => [ { name: intl.get('libya'), value: 'libya', }, ];