mirror of
https://github.com/reiyua/RaysBookClub.git
synced 2026-01-20 15:37:47 +00:00
Add props.greeting to the <About /> component
This commit is contained in:
parent
fd85479666
commit
19a13f21c7
1 changed files with 1 additions and 1 deletions
|
|
@ -1,3 +1,3 @@
|
||||||
export function About ( props ) {
|
export function About ( props ) {
|
||||||
return ( <h1>About</h1>)
|
return ( <h1>(props.greeting) </h1>)
|
||||||
}
|
}
|
||||||
Loading…
Reference in a new issue