mirror of
https://github.com/vercel/commerce.git
synced 2025-07-27 04:01:23 +00:00
Removed @framework imports within framework providers
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import getSortVariables from './get-sort-variables'
|
||||
import type { SearchProductsInput } from '@framework/product/use-search'
|
||||
import type { SearchProductsInput } from '../product/use-search'
|
||||
|
||||
export const getSearchVariables = ({
|
||||
categoryId,
|
||||
|
Reference in New Issue
Block a user