Create Homepage
This commit is contained in:
parent
19a13f21c7
commit
85ce7c85ff
|
@ -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 New Issue