* Refactor hotkyes in its own lib folder * Lint * Fix PR comments * rename hotkeysScope into hotkeyScope
8 lines
186 B
TypeScript
8 lines
186 B
TypeScript
import { useHotkeyScopeAutoSync } from '@/lib/hotkeys/hooks/internal/useHotkeyScopeAutoSync';
|
|
|
|
export function HotkeyScopeAutoSyncHook() {
|
|
useHotkeyScopeAutoSync();
|
|
|
|
return <></>;
|
|
}
|