mirror of
https://github.com/reiyua/RaysBookClub.git
synced 2026-01-20 15:37:47 +00:00
Create Signup page.
This commit is contained in:
parent
9ebc354bb1
commit
3f50fc9e05
1 changed files with 3 additions and 0 deletions
3
src/pages/Signup.js
Normal file
3
src/pages/Signup.js
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
export function Signup ( props ) {
|
||||
return ( <h1>Signup</h1>)
|
||||
}
|
||||
Loading…
Reference in a new issue