Skip to content

Commit

Permalink
Remove unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
captbaritone committed Mar 30, 2024
1 parent 8b43647 commit 779c739
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/components/PlaygroundFeatures/linter.ts
Expand Up @@ -5,7 +5,7 @@ import { codegen } from "grats/src/codegen";
import { ReportableDiagnostics } from "grats/src/utils/DiagnosticError";
import { printSDLWithoutMetadata } from "grats/src/printSchema";
import { linter } from "@codemirror/lint";
import { DocumentNode, GraphQLSchema, print } from "graphql";
import { DocumentNode, GraphQLSchema } from "graphql";
import GRATS_TYPE_DECLARATIONS from "!!raw-loader!grats/src/Types.ts";
import ExecutionEnvironment from "@docusaurus/ExecutionEnvironment";

Expand Down

0 comments on commit 779c739

Please sign in to comment.