Untitled
Anonymous
plain_text
10/04/2023 4:21 PM
112 B
14
Indexable
const [formData, setFormData] = useState({
email: '',
password: '',
});
Editor is loading...
const [formData, setFormData] = useState({
email: '',
password: '',
});