move containers and header to framework

This commit is contained in:
Colin Megill
2017-10-04 01:06:24 -07:00
parent 1048ce336b
commit 3b093cd371
5 changed files with 0 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
import React from 'react';
import Container from './container';
import styles from './header.css';
const Header = () => (
<header className={styles.header}>
<Container>
</Container>
</header>
);
export default Header;