import { Dialog, DialogContent, DialogHeader, DialogTitle, } from "@/components/ui/dialog"; import { ArrowUp, ChevronUp, Command } from "lucide-react"; export function HelpModal({ isOpen, onClose, }: { isOpen: boolean; onClose: () => void; }) { return ( type@tools help
reset test + esc
rotate cursor style + -
help menu (this page) /{" "} + h
); }