From 2d78b6607b23b40ffab26f2d8eab148597114648 Mon Sep 17 00:00:00 2001 From: 2239559319 Date: Mon, 23 May 2022 14:43:28 +0800 Subject: [PATCH] fix: fix marked package import --- src/components/Marked/MiniGraphiQL.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"