'use client' export default function Error() { return ( <div> <h2 id="error">Something went wrong!</h2> </div> ) }