// Intentional no-op: this component is still mounted by AppShell.tsx as a // placeholder for a future keyboard-shortcuts help overlay. It renders nothing // today. Keep the harmless `null` return (and the AppShell import) until the // overlay is actually built — do not delete the file while AppShell references it. export default function ShortcutsHelp() { return null; }