import React from 'react' export const Error = () => { return (
Ha ocurrido un error al mostrar el mapa
) }