chapter 2
This commit is contained in:
7
web/src/pages/Post/PostPage/PostPage.js
Normal file
7
web/src/pages/Post/PostPage/PostPage.js
Normal file
@@ -0,0 +1,7 @@
|
||||
import PostCell from 'src/components/Post/PostCell'
|
||||
|
||||
const PostPage = ({ id }) => {
|
||||
return <PostCell id={id} />
|
||||
}
|
||||
|
||||
export default PostPage
|
||||
Reference in New Issue
Block a user