import type { JSX, HTMLAttributes } from 'react' import { Code } from '@mantine/core' export default function MdxCode( props: HTMLAttributes, ): JSX.Element { return }