import classNames from "classnames"; import type { HTMLAttributes } from "react"; export function InlineCode({ className, ...props }: HTMLAttributes) { return ( ); }