Skip to content

Commit b2ccf0a

Browse files
committed
try
1 parent e9df0fd commit b2ccf0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/src/remark-graphiql-comment.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export const remarkGraphiQLComment = () => ast => {
2121
body: [
2222
{
2323
type: "ImportDeclaration",
24-
source: { type: "Literal", value: "@/components/Marked" },
24+
source: { type: "Literal", value: "@/components/marked" },
2525
specifiers: [
2626
{
2727
type: "ImportSpecifier",

0 commit comments

Comments
 (0)