import Error404Page from "@/component/errorPage/Error404Page";

export default function NotFound() {
  return <Error404Page />;
}
