import MDXComponents from '@theme-original/MDXComponents'; import A from './A'; export default { ...MDXComponents, a: A, };