use relative paths in lib folder
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
import { FetcherError } from '@lib/commerce/utils/errors'
|
||||
import type { GraphQLFetcher } from '@lib/commerce/api'
|
||||
import { FetcherError } from '../../../commerce/utils/errors'
|
||||
import type { GraphQLFetcher } from '../../../commerce/api'
|
||||
import { getConfig } from '..'
|
||||
import log from '@lib/logger'
|
||||
import fetch from './fetch'
|
||||
|
||||
const fetchGraphqlApi: GraphQLFetcher = async (
|
||||
|
||||
Reference in New Issue
Block a user