Skip to content

Commit 38d6a0b

Browse files
committed
reduce comments
1 parent 5ef5349 commit 38d6a0b

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

src/theme/MDXComponents.js

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,13 @@ Paste your custom component here, and you can use it everywhere.
99
cf. https://docusaurus.io/docs/markdown-features/react#mdx-component-scope
1010
*/
1111

12-
// Write down Libraries here
12+
// libraries here
1313
import Details from "@theme/Details";
1414
import Tabs from "@theme/Tabs";
1515
import TabItem from "@theme/TabItem";
1616
import CodeBlock from "@theme/CodeBlock";
1717

18-
/*-------------------------------------------
19-
| EDIT HERE |
20-
| import your custom components down here |
21-
-------------------------------------------*/
18+
// custom components
2219
import Answer from "@site/src/components/Answer";
2320
import Term from "@site/src/components/Term";
2421
import ViewSource from "@site/src/components/ViewSource";

0 commit comments

Comments
 (0)