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 06a8267 commit 5c62824Copy full SHA for 5c62824
src/theme/MDXComponents.js
@@ -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
+import React from "react";
3
import MDXComponents from "@theme-original/MDXComponents";
4
5
/*
+
6
This JS file is automatically imported on every page
7
-Paste your custom component here, and you can use it everywhere.
8
9
cf. https://docusaurus.io/docs/markdown-features/react#mdx-component-scope
10
*/
11
12
// libraries
0 commit comments