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