mirror of
https://github.com/vercel/commerce.git
synced 2025-09-07 16:30:17 +00:00
use relative paths in lib folder
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import type {
|
||||
GetAllProductPathsQuery,
|
||||
GetAllProductPathsQueryVariables,
|
||||
} from 'lib/bigcommerce/schema'
|
||||
} from '../../schema'
|
||||
import type { RecursivePartial, RecursiveRequired } from '../utils/types'
|
||||
import filterEdges from '../utils/filter-edges'
|
||||
import { BigcommerceConfig, getConfig } from '..'
|
||||
|
Reference in New Issue
Block a user