mirror of
https://github.com/vercel/commerce.git
synced 2025-07-27 04:01:23 +00:00
align with upstream changes
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import Cookies from 'js-cookie'
|
||||
import { SHOPIFY_CUSTOMER_TOKEN_COOKIE } from '@framework/config'
|
||||
import { SHOPIFY_CUSTOMER_TOKEN_COOKIE } from '../const'
|
||||
|
||||
export const getCustomerToken = () => Cookies.get(SHOPIFY_CUSTOMER_TOKEN_COOKIE)
|
||||
|
||||
|
Reference in New Issue
Block a user