diff --git a/framework/shopify/index.tsx b/framework/shopify/index.tsx index 13ff9d1f8..46ed106c5 100644 --- a/framework/shopify/index.tsx +++ b/framework/shopify/index.tsx @@ -7,7 +7,8 @@ import { useCommerce as useCoreCommerce, } from '@commerce' -import { shopifyProvider, ShopifyProvider } from './provider' +import { shopifyProvider } from './provider' +import type { ShopifyProvider } from './provider' import { SHOPIFY_CHECKOUT_ID_COOKIE } from './const' export { shopifyProvider }