Create Signup page.

This commit is contained in:
Ray 2023-09-05 10:49:37 +00:00 committed by GitHub
parent 9ebc354bb1
commit 3f50fc9e05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

3
src/pages/Signup.js Normal file
View File

@ -0,0 +1,3 @@
export function Signup ( props ) {
return ( <h1>Signup</h1>)
}