Skip to content

Instantly share code, notes, and snippets.

@canertuzunar
Created April 14, 2021 13:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save canertuzunar/63662fb8b941dda33a44f110cdfbefd8 to your computer and use it in GitHub Desktop.
Save canertuzunar/63662fb8b941dda33a44f110cdfbefd8 to your computer and use it in GitHub Desktop.
const HomePage = ({ data }) => {
return (
<div>
{data.site.siteMetadata.description}
</div>
)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment