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