import React from 'react'; // Import the original mapper import MDXComponents from '@theme-original/MDXComponents'; import MessageBubble from '@site/src/components/MessageBubble'; export default { // Re-use the default mapping ...MDXComponents, // Map the "" tag to our MessageBubble component // `MessageBubble` will receive all props that were passed to `` in MDX MessageBubble, };