Skip to content

Commit 5c62824

Browse files
committed
コメント削除
1 parent 06a8267 commit 5c62824

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/theme/MDXComponents.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
import React from "react"; // idk if I really need it here, but docusaurus had it so I won't be deleting it until I understand everything
2-
// Import the original mapper
1+
import React from "react";
32
import MDXComponents from "@theme-original/MDXComponents";
43

54
/*
5+
66
This JS file is automatically imported on every page
7-
Paste your custom component here, and you can use it everywhere.
87
98
cf. https://docusaurus.io/docs/markdown-features/react#mdx-component-scope
9+
1010
*/
1111

1212
// libraries

0 commit comments

Comments
 (0)