Skip to content

Instantly share code, notes, and snippets.

@siisee11
Created January 3, 2020 03:26
Show Gist options
  • Save siisee11/648632be88f8bef74f3121715aa9ab06 to your computer and use it in GitHub Desktop.
Save siisee11/648632be88f8bef74f3121715aa9ab06 to your computer and use it in GitHub Desktop.
gatsby tuto
import React from "react"
export default () => (
<div>
<h1>About me</h1>
<p>I’m good enough, I’m smart enough, and gosh darn it, people like me!</p>
</div>
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment