mirror of
https://github.com/reiyua/RaysBookClub.git
synced 2026-01-20 15:37:47 +00:00
3 lines
No EOL
76 B
JavaScript
3 lines
No EOL
76 B
JavaScript
export function About ( props ) {
|
|
return ( <h1>{props.greeting} </h1>)
|
|
} |