Updated imports and deps

This commit is contained in:
Luis Alvarez
2020-12-29 20:04:26 -05:00
parent bedc6cd317
commit cf359cb774
34 changed files with 85 additions and 102 deletions

View File

@@ -9,10 +9,10 @@ import { ProductView } from '@components/product'
// Data
import { getConfig } from '@bigcommerce/storefront-data-hooks/api'
import getProduct from '@bigcommerce/storefront-data-hooks/api/operations/get-product'
import getAllPages from '@bigcommerce/storefront-data-hooks/api/operations/get-all-pages'
import getAllProductPaths from '@bigcommerce/storefront-data-hooks/api/operations/get-all-product-paths'
import { getConfig } from '@framework/api'
import getProduct from '@framework/api/operations/get-product'
import getAllPages from '@framework/api/operations/get-all-pages'
import getAllProductPaths from '@framework/api/operations/get-all-product-paths'
export async function getStaticProps({
params,