mirror of
https://github.com/vercel/commerce.git
synced 2025-07-27 04:01:23 +00:00
Removed @framework imports within framework providers
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { getConfig, ShopifyConfig } from '@framework/api'
|
||||
import getCustomerIdQuery from '@framework/utils/queries/get-customer-id-query'
|
||||
import { getConfig, ShopifyConfig } from '../api'
|
||||
import getCustomerIdQuery from '../utils/queries/get-customer-id-query'
|
||||
import Cookies from 'js-cookie'
|
||||
|
||||
async function getCustomerId({
|
||||
|
Reference in New Issue
Block a user