initial commit

This commit is contained in:
Jake McDermott
2018-09-25 10:39:21 -04:00
commit 43f3b484f9
13 changed files with 8768 additions and 0 deletions

9
src/components/About.jsx Normal file
View File

@@ -0,0 +1,9 @@
import React from 'react';
const About = () => (
<div>
<h2>About</h2>
</div>
);
export default About;