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