import React from 'react'; import './style.css'; const CabecalhoError = ({ showCabecalho, message, errorCode }) => { if (!showCabecalho) return null; return (
{message}