1
0
mirror of synced 2025-12-23 21:07:12 -05:00

fix: remove unused router

This commit is contained in:
Mike Surowiec
2021-05-10 15:22:25 -07:00
parent f0fe065cef
commit 52f2ebf09e

View File

@@ -1,5 +1,4 @@
import { GetServerSideProps } from 'next'
import { useRouter } from 'next/router'
import {
MainContextT,
@@ -26,7 +25,6 @@ type Props = {
productLandingContext: ProductLandingContextT
}
const SponsorsPage = ({ mainContext, productLandingContext }: Props) => {
const router = useRouter()
return (
<MainContext.Provider value={mainContext}>
<ProductLandingContext.Provider value={productLandingContext}>