import { PropsWithChildren } from "react"; // This file is required to use MDX in `app` directory. export function useMDXComponents(components: any): any { return { // Allows customizing built-in components, e.g. to add styling. h1: ({ children }: PropsWithChildren) => (