RW 0.28 <Set>
This commit is contained in:
@@ -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} />
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user