import classnames from 'classnames'; import type { HTMLAttributes } from 'react'; export function HotKey({ children }: HTMLAttributes) { return ( {children} ); }