Update .gitignore + add gatsby & gatsby-link + hello world page

This commit is contained in:
Kyle Mathews
2017-07-26 13:54:03 -06:00
parent 543085dcf8
commit 6107f5d9bd
3 changed files with 19 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
import React from "react"
export default () => <div>Hello world!</div>