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 type { ProductSlugAttr } from '@framework/types'
import type { ProductSlugAttr } from '../types'
const getProductPath = (partialSpreeProduct: ProductSlugAttr): string => {
return `/${partialSpreeProduct.attributes.slug}`