import { X } from 'lucide-react' export default function AddAccountModal({ show, t, newAccount, setNewAccount, loading, onClose, onAdd, }) { if (!show) { return null } return (