export default function Mdx({ children }: { children: React.ReactNode }) { // Create any shared layout or styles here return
{children}
}