mirror of
https://github.com/vercel/commerce.git
synced 2025-05-18 15:36:58 +00:00
fix type imports
This commit is contained in:
parent
4e6c1628a6
commit
a6ee033cb6
@ -7,7 +7,8 @@ import {
|
|||||||
useCommerce as useCoreCommerce,
|
useCommerce as useCoreCommerce,
|
||||||
} from '@commerce'
|
} from '@commerce'
|
||||||
|
|
||||||
import { shopifyProvider, ShopifyProvider } from './provider'
|
import { shopifyProvider } from './provider'
|
||||||
|
import type { ShopifyProvider } from './provider'
|
||||||
import { SHOPIFY_CHECKOUT_ID_COOKIE } from './const'
|
import { SHOPIFY_CHECKOUT_ID_COOKIE } from './const'
|
||||||
|
|
||||||
export { shopifyProvider }
|
export { shopifyProvider }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user