Add mdx components for guide
This commit is contained in:
@@ -1,3 +1,13 @@
|
||||
const MdxComponents = {};
|
||||
import P from './p';
|
||||
import { Headings } from './heading';
|
||||
import { Pre } from './pre';
|
||||
import { BlockQuote } from './blockquote';
|
||||
|
||||
const MdxComponents = {
|
||||
p: P,
|
||||
...Headings,
|
||||
pre: Pre,
|
||||
blockquote: BlockQuote,
|
||||
};
|
||||
|
||||
export default MdxComponents;
|
Reference in New Issue
Block a user