RW 0.28 <Set>

This commit is contained in:
Tobbe Lundberg
2021-03-25 22:03:09 +01:00
parent 0580a5bf83
commit 77b5da1a5b
9 changed files with 1767 additions and 1796 deletions

View File

@@ -1,11 +1,8 @@
import BlogLayout from 'src/layouts/BlogLayout'
import BlogPostCell from 'src/components/BlogPostCell'
const BlogPostPage = ({ id }) => {
return (
<BlogLayout>
<BlogPostCell id={id} />
</BlogLayout>
<BlogPostCell id={id} />
)
}