diff --git a/src/theme/MDXComponents.js b/src/theme/MDXComponents.js index bae0bbd..7305034 100644 --- a/src/theme/MDXComponents.js +++ b/src/theme/MDXComponents.js @@ -1,12 +1,7 @@ // Import the original mapper import MDXComponents from '@theme-original/MDXComponents'; -import Admonition from '@theme/Admonition'; export default { // Re-use the default mapping - ...MDXComponents, - // Map the "" tag to our Highlight component - // `Highlight` will receive all props that were passed to `` in MDX - Callout: Admonition, - Admonition, + ...MDXComponents };