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

@@ -1,5 +1,5 @@
import type { GetStaticPropsContext } from 'next'
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 useCart from '@bigcommerce/storefront-data-hooks/cart/use-cart'
import usePrice from '@bigcommerce/storefront-data-hooks/use-price'