Add space
This commit is contained in:
parent
53332a2bb2
commit
2407336ea4
|
@ -9,6 +9,7 @@ export function Signup ( props ) {
|
||||||
const[username,setUsername] = useState('')
|
const[username,setUsername] = useState('')
|
||||||
const[useremail,setUseremail] = useState('')
|
const[useremail,setUseremail] = useState('')
|
||||||
const[password,setPassword] = useState('')
|
const[password,setPassword] = useState('')
|
||||||
|
|
||||||
const submitHandler = (evt) => {
|
const submitHandler = (evt) => {
|
||||||
evt.preventDefault()
|
evt.preventDefault()
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue