import { useShowCollaborationUi } from '../../hooks/useCollaborationStatus' import { TldrawUiMenuActionItem } from '../primitives/menus/TldrawUiMenuActionItem' import { TldrawUiMenuGroup } from '../primitives/menus/TldrawUiMenuGroup' import { TldrawUiMenuItem } from '../primitives/menus/TldrawUiMenuItem' import { TldrawUiMenuToolItem } from '../primitives/menus/TldrawUiMenuToolItem' /** @public @react */ export function DefaultKeyboardShortcutsDialogContent() { const showCollaborationUi = useShowCollaborationUi() return ( <> { /* do nothing */ }} /> { /* do nothing */ }} /> { /* do nothing */ }} /> { /* do nothing */ }} /> { /* do nothing */ }} /> { /* do nothing */ }} /> { /* do nothing */ }} /> { /* do nothing */ }} /> { /* do nothing */ }} /> { /* do nothing */ }} /> { /* do nothing */ }} /> { /* do nothing */ }} /> { /* do nothing */ }} /> { /* do nothing */ }} /> { /* do nothing */ }} /> { /* do nothing */ }} /> { /* do nothing */ }} /> { /* do nothing */ }} /> { /* do nothing */ }} /> { /* do nothing */ }} /> { /* do nothing */ }} /> { /* do nothing */ }} /> { /* do nothing */ }} /> { /* do nothing */ }} /> {showCollaborationUi && ( )} ) }