Remove title from [party]
This commit is contained in:
parent
00b2521d19
commit
46e17f7172
1 changed files with 0 additions and 4 deletions
|
|
@ -1,5 +1,4 @@
|
||||||
import React from 'react'
|
import React from 'react'
|
||||||
import Head from 'next/head'
|
|
||||||
import { useRouter } from 'next/router'
|
import { useRouter } from 'next/router'
|
||||||
|
|
||||||
import Party from '~components/Party'
|
import Party from '~components/Party'
|
||||||
|
|
@ -9,9 +8,6 @@ const PartyRoute: React.FC = () => {
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div id="Content">
|
<div id="Content">
|
||||||
<Head>
|
|
||||||
<title>Party</title>
|
|
||||||
</Head>
|
|
||||||
<Party slug={slug as string} />
|
<Party slug={slug as string} />
|
||||||
</div>
|
</div>
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue