mirror of
https://github.com/vercel/commerce.git
synced 2025-07-26 19:51:23 +00:00
changes breaking
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { Product } from 'framework/types'
|
||||
import getAllProducts, { ProductEdge } from '../../operations/get-all-products'
|
||||
import getAllProducts, { ProductEdge } from '../../../product/get-all-products'
|
||||
import type { ProductsHandlers } from '../products'
|
||||
|
||||
const SORT: { [key: string]: string | undefined } = {
|
||||
|
Reference in New Issue
Block a user