Create Homepage

This commit is contained in:
Ray 2023-09-05 09:03:36 +00:00 committed by GitHub
parent 19a13f21c7
commit 85ce7c85ff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,3 +1,3 @@
export function About ( props ) {
return ( <h1>(props.greeting) </h1>)
return ( <h1>{props.greeting} </h1>)
}