// @ts-nocheck import * as React from "react"; import Image from "next/image"; import Link from "next/link"; import { useMDXComponent } from "next-contentlayer/hooks"; function clsx(...args: any) { return args.filter(Boolean).join(" "); } const components = { h1: ({ className, ...props }) => (

), h2: ({ className, ...props }) => (

), h3: ({ className, ...props }) => (

), h4: ({ className, ...props }) => (

), h5: ({ className, ...props }) => (

), h6: ({ className, ...props }) => (
), a: ({ className, ...props }) => ( ), p: ({ className, ...props }) => (

), ul: ({ className, ...props }) => (