import { FC } from "react"; import { CustomError } from "@components"; const My500: FC = () => ( ); export default My500;