Commit b9ae2ea0 authored by 이재연's avatar 이재연
Browse files

z

parent ad71bf5d
...@@ -33,7 +33,7 @@ const Signup = () => { ...@@ -33,7 +33,7 @@ const Signup = () => {
function handleChange(event) { function handleChange(event) {
const { name, value } = event.target; const { name, value } = event.target;
setUser({ ...user, [name]: value }); setUser({ ...user, [name]: value });
console.log(user); // console.log(user);
} }
async function handleSubmit() { async function handleSubmit() {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment