import { OtpPage } from "@/components/auth/OtpPage";

export default function Page() {
  return <OtpPage />;
}
