import type { ComponentProps } from "react" import { cn } from "@/lib/utils" export function Kbd({ className, ...props }: ComponentProps<"kbd">) { return ( ) }