Stylistic fixes and using reusable components

This commit is contained in:
Moris Zen
2018-06-30 15:04:24 +02:00
parent 05e9635c7c
commit 1d1a9d5271
5 changed files with 17 additions and 18 deletions

View File

@@ -1,9 +1,9 @@
import React from 'react'
const BlogPage = () => (
const ContactPage = () => (
<div>
<h1>Blog page</h1>
<h1>Contact page</h1>
</div>
)
export default BlogPage
export default ContactPage