const ErrorComponent = () => { throw new Error('This is a deliberately thrown error!'); return
This will never be rendered
; }; export default ErrorComponent;