Skip to content

Commit 4018b55

Browse files
authored
Merge pull request #1240 from 2239559319/fix-marked-import
fix: fix marked package import
2 parents 6dfda7c + 2d78b66 commit 4018b55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Marked/MiniGraphiQL.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*/
99

1010
import React from "react"
11-
import marked from "marked"
11+
import { marked } from "marked"
1212

1313
import { graphql, formatError, parse, typeFromAST } from "graphql"
1414

0 commit comments

Comments
 (0)