mirror of
https://github.com/vercel/commerce.git
synced 2025-05-18 07:26:59 +00:00
fix type imports
This commit is contained in:
parent
4e6c1628a6
commit
a6ee033cb6
@ -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 }
|
||||
|
Loading…
x
Reference in New Issue
Block a user