Skip to content

Instantly share code, notes, and snippets.

@siisee11
Created January 2, 2020 12:46
Show Gist options
  • Save siisee11/a32a0ed0e17b169f4ae187fd7d6f5e41 to your computer and use it in GitHub Desktop.
Save siisee11/a32a0ed0e17b169f4ae187fd7d6f5e41 to your computer and use it in GitHub Desktop.
index.js
import React from "react"
export default () => (
<div>
<h1>Hi! I'm building a fake Gatsby site as part of a tutorial!</h1>
<p>
What do I like to do? Lots of course but definitely enjoy building
websites.
</p>
</div>
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment