🐱😒💋

This commit is contained in:
Elijah Lucian
2021-04-14 21:24:00 -06:00
parent 486955a861
commit c73bcf8a57
18 changed files with 7121 additions and 5539 deletions
+2
View File
@@ -12,6 +12,8 @@ export const UserForm = () => {
const { api } = useAppContext()
const { user } = useUserContext()
console.log(user)
const [name, setName] = useState(user?.name)
const [email, setEmail] = useState(user?.email)
const [password, setPassword] = useState('')