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 642413f commit 9371809Copy full SHA for 9371809
src/theme/MDXComponents.js
@@ -2,15 +2,13 @@ import React from "react";
2
import MDXComponents from "@theme-original/MDXComponents";
3
4
/*
5
-
6
export components in this file
7
and they become available on every page
8
9
このファイルでコンポネントをexportすると、
10
全てのページでimport宣言無しで使えるようになります。
11
12
cf. https://docusaurus.io/docs/markdown-features/react#mdx-component-scope
13
14
*/
15
16
// libraries
0 commit comments