export default function ErrorDisplay({error}){ return ( <>

{error.name}

) }