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