Skip to content

Instantly share code, notes, and snippets.

@konstantinmuenster
Created May 24, 2020 14: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 konstantinmuenster/4e3465298c0beb3661512d694122dfdd to your computer and use it in GitHub Desktop.
Save konstantinmuenster/4e3465298c0beb3661512d694122dfdd to your computer and use it in GitHub Desktop.
index.js (1) - How To Gatsby Portfolio
import React from "react"
const IndexPage = () => {
return <h1>Hi there</h1>
}
export default IndexPage
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment