🔍 chore: seo component on all pages
This commit is contained in:
@@ -1,9 +1,16 @@
|
||||
import MainLayout from 'src/layouts/MainLayout'
|
||||
import NewComment from 'src/components/NewComment'
|
||||
import Seo from 'src/components/Seo/Seo'
|
||||
|
||||
const NewCommentPage = () => {
|
||||
return (
|
||||
<MainLayout>
|
||||
<Seo
|
||||
title="New comment page"
|
||||
description="New comment page"
|
||||
lang="en-US"
|
||||
/>
|
||||
|
||||
<NewComment />
|
||||
</MainLayout>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user