Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
kitten committed Apr 27, 2024
1 parent 92699c1 commit cc5f18b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import ts from 'typescript';
import { Kind, parse, print } from '@0no-co/graphql.web';
import { parse, print } from '@0no-co/graphql.web';

import type { FragmentDefinitionNode } from '@0no-co/graphql.web';
import type { GraphQLSPConfig } from '@gql.tada/internal';
Expand Down

0 comments on commit cc5f18b

Please sign in to comment.