import { Page500Style } from "./500Page.style"; function Page500(error = null) { return (

500
Internal server error

{JSON.stringify(error)}


I might be currently trying to fix the problem.

Maybe try again in a few minutes ...

); } export default Page500;