Updated imports

This commit is contained in:
Luis Alvarez
2020-10-27 04:53:21 -05:00
parent 16d6369b64
commit 7aa9019ada
8 changed files with 13 additions and 13 deletions

View File

@@ -2,7 +2,7 @@ import cn from 'classnames'
import type { GetStaticPropsContext, InferGetStaticPropsType } from 'next'
import Link from 'next/link'
import { useRouter } from 'next/router'
import { getConfig } from '@lib/bigcommerce/api'
import { getConfig } from '@bigcommerce/storefront-data-hooks/api'
import getAllPages from '@bigcommerce/storefront-data-hooks/api/operations/get-all-pages'
import getSiteInfo from '@bigcommerce/storefront-data-hooks/api/operations/get-site-info'
import useSearch from '@bigcommerce/storefront-data-hooks/products/use-search'