use relative paths in lib folder

This commit is contained in:
luc
2020-10-27 01:04:51 +01:00
parent 008c80766a
commit 200f148488
23 changed files with 47 additions and 57 deletions

View File

@@ -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 '..'