import { getShortcutKey } from "../../utils"; export const TTDDialogSubmitShortcut = () => { return (
{getShortcutKey("CtrlOrCmd")}
{getShortcutKey("Enter")}
); };