Re-init DB and scaffold all models
This commit is contained in:
12
web/src/pages/CommentPage/CommentPage.js
Normal file
12
web/src/pages/CommentPage/CommentPage.js
Normal file
@@ -0,0 +1,12 @@
|
||||
import CommentsLayout from 'src/layouts/CommentsLayout'
|
||||
import CommentCell from 'src/components/CommentCell'
|
||||
|
||||
const CommentPage = ({ id }) => {
|
||||
return (
|
||||
<CommentsLayout>
|
||||
<CommentCell id={id} />
|
||||
</CommentsLayout>
|
||||
)
|
||||
}
|
||||
|
||||
export default CommentPage
|
||||
Reference in New Issue
Block a user