const NavigatorCountry = ({url="#", children}) => <li className="navCountry"> <a href={url}>{children}</a> </li> export default NavigatorCountry;