mirror of
https://github.com/reiyua/RaysBookClub.git
synced 2026-01-20 15:37:47 +00:00
Create site that returns the word "about"
This commit is contained in:
parent
2a4e8b9259
commit
1593b33ae2
1 changed files with 3 additions and 0 deletions
|
|
@ -0,0 +1,3 @@
|
||||||
|
export function About ( props ) {
|
||||||
|
return ( <h1>About</h1>)
|
||||||
|
}
|
||||||
Loading…
Reference in a new issue