import { Button, Paper, Text } from "@mantine/core"; import { Layout } from "../components/layouts/layout"; export const InternalServerError = () => { return ( Internal Server Error An error occured on the server and it currently cannot serve your request. ); };