import from @bigcommerce/storefront-data-hooks

This commit is contained in:
luc
2020-10-27 03:02:27 +01:00
parent 7f8ed4f0b7
commit 86ee3cce21
29 changed files with 53 additions and 53 deletions

View File

@@ -10,8 +10,8 @@ import { Swatch, ProductSlider } from '@components/product'
import { Button, Container } from '@components/ui'
import { HTMLContent } from '@components/core'
import useAddItem from '@bigcommerce/storefront-data-hooks/dist/cart/use-add-item'
import type { ProductNode } from '@bigcommerce/storefront-data-hooks/dist/api/operations/get-product'
import useAddItem from '@bigcommerce/storefront-data-hooks/cart/use-add-item'
import type { ProductNode } from '@bigcommerce/storefront-data-hooks/api/operations/get-product'
import { getProductOptions } from '../helpers'
interface Props {