'use client'; import { InputOTP, InputOTPGroup, InputOTPSlot } from '@/components/ui/input-otp'; import { MailIcon } from './Icons'; export default function LoginModal({ onClose, loginEmail, setLoginEmail, loginOtp, setLoginOtp, loginLoading, loginError, loginSuccess, handleSendOtp, handleVerifyEmailOtp }) { return (