mirror of
https://github.com/vercel/commerce.git
synced 2025-07-26 19:51:23 +00:00
Remove references to @framework and use relative paths instead
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { requireConfigValue } from '@framework/isomorphic-config'
|
||||
import { requireConfigValue } from '../isomorphic-config'
|
||||
import Cookies from 'js-cookie'
|
||||
|
||||
const setCartToken = (cartToken: string) => {
|
||||
|
Reference in New Issue
Block a user