Converted some objects to components.

This commit is contained in:
2018-06-19 06:54:20 +10:00
parent aafc15402d
commit 37c938af07
9 changed files with 39 additions and 40 deletions

View File

@ -41,7 +41,7 @@ const RouteWrapper = (props) => {
<Route {...props} render={() => {
let CustomTag = props.page;
return (
<main className="o-main">
<main className="c-main">
<CustomTag />
<Footer />
</main>