'use client' export default function ServerError() { return (

500

Internal Server Error.

We are already working to solve the problem.

) }