Remove references to @framework and use relative paths instead

This commit is contained in:
tniezg
2021-08-30 12:27:15 +02:00
parent c86915080e
commit 490f94b515
15 changed files with 27 additions and 31 deletions

View File

@@ -1,4 +1,4 @@
import { requireConfigValue } from '@framework/isomorphic-config'
import { requireConfigValue } from '../isomorphic-config'
import Cookies from 'js-cookie'
const setCartToken = (cartToken: string) => {