"use client" import { InputOTP, InputOTPGroup, InputOTPSlot, } from "@/examples/base/ui/input-otp" import { REGEXP_ONLY_DIGITS_AND_CHARS } from "input-otp" export default function InputOTPPattern() { return ( ) }