Add space

This commit is contained in:
Ray 2023-09-12 10:08:58 +00:00 committed by GitHub
parent 53332a2bb2
commit 2407336ea4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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()
}