import OTPPage from "@/components/auth/otp/otpPage";

export default async function Otp() {
    return <OTPPage />;
}