import React from 'react' function ErrorUI() { return (

Error

Something went wrong

) } export default ErrorUI