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