diff --git a/src/components/Marked/MiniGraphiQL.tsx b/src/components/Marked/MiniGraphiQL.tsx index 53fb1e3138..d50aa98a6f 100644 --- a/src/components/Marked/MiniGraphiQL.tsx +++ b/src/components/Marked/MiniGraphiQL.tsx @@ -8,7 +8,7 @@ */ import React from "react" -import marked from "marked" +import { marked } from "marked" import { graphql, formatError, parse, typeFromAST } from "graphql"