···99 */
10101111import { DEBUG } from './config.js';
1212-import { checkModeConditions, type MajorModeId, type MinorModeId } from './modes.js';
1212+import { checkModeConditions, type MajorModeId, type MinorModeId } from './datastore.js';
13131414// Lazy-load Electron modules to allow testing without Electron
1515let globalShortcut: typeof import('electron').globalShortcut | null = null;