Skip to content

Commit

Permalink
fix: revert import broken by lint
Browse files Browse the repository at this point in the history
  • Loading branch information
erikwrede committed Oct 17, 2024
1 parent fe41a4c commit 71a3028
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/__benchmarks__/visitor.bench.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { bench, describe } from 'vitest';

import { visit, visitInParallel } from '../language/visitor.js';

import { parse } from '../language.js';
import { parse } from '../language/parser.js';

import { bigSchemaSDL } from './fixtures.js';

Expand Down

0 comments on commit 71a3028

Please sign in to comment.