import {Button, InputOtp, Form} from "@heroui/react"; export default function App() { const [otp, setOtp] = React.useState(""); return (