Creating Blog Page for listing

This commit is contained in:
Moris Zen
2018-07-05 20:43:56 +02:00
parent c01cbd3985
commit 5eb158ea28
3 changed files with 32 additions and 10 deletions

View File

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