import { JSX, ClassAttributes, HTMLAttributes } from "react"; export const mdxComponent = { h1: (props: any) => (

{props.children}

), }