Skip to content

Commit 06a8267

Browse files
committed
failed to add some changes
1 parent 38d6a0b commit 06a8267

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

src/theme/MDXComponents.js

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ 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-
// libraries here
12+
// libraries
1313
import Details from "@theme/Details";
1414
import Tabs from "@theme/Tabs";
1515
import TabItem from "@theme/TabItem";
@@ -26,16 +26,12 @@ export default {
2626
// Re-use the default mapping
2727
...MDXComponents,
2828

29-
// export Libs
29+
// export libraries
3030
Details,
3131
Tabs,
3232
TabItem,
3333
CodeBlock,
3434

35-
/*-------------------------------------------
36-
| EDIT HERE |
37-
| export your custom components down here |
38-
-------------------------------------------*/
3935
// export custom Components
4036
Answer,
4137
Term,

0 commit comments

Comments
 (0)