'use client' export default function GlobalError() { return ( <html> <body> <div id="global-error">global-error</div> </body> </html> ) }