Skip to content

Instantly share code, notes, and snippets.

@konstantinmuenster
Created May 24, 2020 17:25
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 konstantinmuenster/ae518af1eb1cf87f08bebe0e8b724a3b to your computer and use it in GitHub Desktop.
Save konstantinmuenster/ae518af1eb1cf87f08bebe0e8b724a3b to your computer and use it in GitHub Desktop.
index.js (2) - How To Gatsby Portfolio
import React from "react"
import Layout from "../components/layout"
const IndexPage = () => {
return (
<Layout>
I am a good-looking page, right?
</Layout>
)
}
export default IndexPage
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment