Adding Gatsby

This commit is contained in:
Jeff Avallone
2019-01-01 20:27:53 -05:00
parent 02f33c6ae2
commit 10bd2c7e36
4 changed files with 9891 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
import React from 'react';
const IndexPage = () => <div>Hello world</div>;
export default IndexPage;