diff --git a/storefront/src/pages/index.tsx b/storefront/src/pages/index.tsx index 5168466e..c09a0d42 100644 --- a/storefront/src/pages/index.tsx +++ b/storefront/src/pages/index.tsx @@ -1,7 +1,6 @@ import {apolloClient} from 'graphql/apolloClient'; import {GET_PRODUCTS} from 'graphql/queries/getProducts'; import {GetStaticProps} from 'next'; -import {useRouter} from "next/router"; export const getStaticProps: GetStaticProps = async () => { const {data} = await apolloClient.query({