import { ErrorPageProps } from "$fresh/server.ts";
export default function Error500Page(_props: ErrorPageProps) {
return <p>500 internal error</p>;
}