diff --git a/app/(auth)/auth/verify-otp-registration/page.tsx b/app/(auth)/auth/verify-otp-registration/page.tsx index ee6f497..a1cb1aa 100644 --- a/app/(auth)/auth/verify-otp-registration/page.tsx +++ b/app/(auth)/auth/verify-otp-registration/page.tsx @@ -1,10 +1,9 @@ import VerifyRegistrationOTPForm from "@/components/auth/verify-registration-otp-form"; import ClientErrorMessage from "@/components/client-error-message"; -import { checkIdOrPhone, checkTempIdOrPhone } from "@/queries/authentication"; +import { checkTempIdOrPhone } from "@/queries/authentication"; import { tryCatch } from "@/utils/tryCatch"; import Image from "next/image"; import { redirect } from "next/navigation"; -import React from "react"; export default async function VerifyRegistrationOTP({ searchParams,