We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9df0fd commit b2ccf0aCopy full SHA for b2ccf0a
website/src/remark-graphiql-comment.js
@@ -21,7 +21,7 @@ export const remarkGraphiQLComment = () => ast => {
21
body: [
22
{
23
type: "ImportDeclaration",
24
- source: { type: "Literal", value: "@/components/Marked" },
+ source: { type: "Literal", value: "@/components/marked" },
25
specifiers: [
26
27
type: "ImportSpecifier",
0 commit comments