Skip to content

Commit 49a68b7

Browse files
committed
refactor(audits): indicate type-only import from graphql
1 parent 49205cf commit 49a68b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/audits/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
*/
66

7-
import { ExecutionResult } from 'graphql';
7+
import type { ExecutionResult } from 'graphql';
88
import { Audit, AuditName } from './common';
99

1010
export * from '../utils';

0 commit comments

Comments
 (0)