Skip to content

Commit 871796a

Browse files
authored
Merge pull request #644 from Urigo/circ-dep-fix
chore(circ-dep): fixed circular dependancies
2 parents 3cb4cea + eb359d6 commit 871796a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/error/GraphQLError.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* of patent rights can be found in the PATENTS file in the same directory.
99
*/
1010

11-
import { getLocation } from '../language';
11+
import { getLocation } from '../language/location';
1212
import type { ASTNode } from '../language/ast';
1313
import type { Source } from '../language/source';
1414

0 commit comments

Comments
 (0)