"use client" import { InputOTP, InputOTPGroup, InputOTPSlot, } from "@/components/ui/input-otp" import { useState } from "react"; const ControlledOtp = () => { const [value, setValue] = useState("") return (