Skip to content

Instantly share code, notes, and snippets.

@hadoan
Created June 11, 2020 09:37
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 hadoan/277bcfb382be4dc06738402740b893f1 to your computer and use it in GitHub Desktop.
Save hadoan/277bcfb382be4dc06738402740b893f1 to your computer and use it in GitHub Desktop.
import React from "react"
import Layout from './components/layout'
export default function Home() {
return (
<Layout>
<span>Hello!</span>
</Layout>
)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment