import { MDXRemote } from "remote-mdx/rsc"; const components = { h1: (props: any) =>

, h2: (props: any) =>

, }; export function CustomMDX(props: any) { return ; }