diff --git a/pages/p/[party].tsx b/pages/p/[party].tsx index 564e538e..9bbad2e0 100644 --- a/pages/p/[party].tsx +++ b/pages/p/[party].tsx @@ -1,5 +1,4 @@ import React from 'react' -import Head from 'next/head' import { useRouter } from 'next/router' import Party from '~components/Party' @@ -9,9 +8,6 @@ const PartyRoute: React.FC = () => { return (
- - Party -
)