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
1 changed files with 1 additions and 1 deletions

View File

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