export default function Error(props) { return ( <>

Oops, there is an error!

{JSON.stringify(props, null, 2)}
) }