import PropTypes from 'prop-types' import React from 'react' export const ErrorBoundary = ({ message }) => { return