import { notFound } from "next/navigation";

export default function CustomerIndexPage() {
  notFound();
}
