Skip to content

Commit

Permalink
Revert "Cleanup"
Browse files Browse the repository at this point in the history
This reverts commit 382755c.
  • Loading branch information
paales committed Aug 4, 2023
1 parent c9db489 commit 50476ad
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import type { AddToCartItemSelector, ProductPageGallery } from '@graphcommerce/magento-product'
import type { ReactPlugin } from '@graphcommerce/next-config'
import type { IfConfig, ReactPlugin } from '@graphcommerce/next-config'
import { useConfigurableOptionsSelection } from '../../hooks'

export const component = 'ProductPageGallery'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
import { mergeDeep } from '@graphcommerce/graphql'
import type { AddToCartItemSelector, ProductPageMeta } from '@graphcommerce/magento-product'
import { productLink } from '@graphcommerce/magento-product/hooks/useProductLink'
import {
productLink,
type AddToCartItemSelector,
type ProductPageMeta,
} from '@graphcommerce/magento-product'
import type { IfConfig, ReactPlugin } from '@graphcommerce/next-config'
import { useRouter } from 'next/router'
import { useEffect } from 'react'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type { AddToCartItemSelector, ProductPagePrice } from '@graphcommerce/magento-product'
import { AddToCartItemSelector, type ProductPagePrice } from '@graphcommerce/magento-product'
import type { ReactPlugin } from '@graphcommerce/next-config'
import { useConfigurableSelectedVariant } from '../../hooks'

Expand Down

0 comments on commit 50476ad

Please sign in to comment.