mirror of
https://github.com/vercel/commerce.git
synced 2025-07-23 04:36:49 +00:00
Remove references to @framework and use relative paths instead
This commit is contained in:
@@ -4,9 +4,9 @@ import type {
|
||||
} from '@commerce/api/operations'
|
||||
import type { Product } from '@commerce/types/product'
|
||||
import type { GetAllProductPathsOperation } from '@commerce/types/product'
|
||||
import { requireConfigValue } from '@framework/isomorphic-config'
|
||||
import type { IProductsSlugs, SpreeSdkVariables } from '@framework/types'
|
||||
import getProductPath from '@framework/utils/get-product-path'
|
||||
import { requireConfigValue } from '../../isomorphic-config'
|
||||
import type { IProductsSlugs, SpreeSdkVariables } from '../../types'
|
||||
import getProductPath from '../../utils/get-product-path'
|
||||
import type { SpreeApiConfig, SpreeApiProvider } from '..'
|
||||
|
||||
export default function getAllProductPathsOperation({
|
||||
|
Reference in New Issue
Block a user