OTP verify with GIF
Loading preview...
import { OTPVerification } from "@/components/ui/otp-verify"; export default function DemoOne() { return ( <div className="w-full"> <OTPVerification /> </div> ); }