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