import { showMainWindow } from './window';
export function runGeneralAssistShortcut(): void {
showMainWindow('shortcut');
}