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