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

@@ -7,7 +7,7 @@ import type {
import type { IProduct } from '@spree/storefront-api-v2-sdk/types/interfaces/Product'
import type { SpreeSdkVariables } from 'framework/spree/types'
import MissingSlugVariableError from 'framework/spree/errors/MissingSlugVariableError'
import normalizeProduct from '@framework/utils/normalize-product'
import normalizeProduct from '../../utils/normalize-product'
export default function getProductOperation({
commerce,