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