fix type imports

This commit is contained in:
Shu Ding 2021-06-04 16:59:14 +02:00
parent 4e6c1628a6
commit a6ee033cb6
No known key found for this signature in database
GPG Key ID: 899520937F032E83

View File

@ -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 }