Skip to content

Commit c2a2410

Browse files
committed
use named export for isMac to fix tests
1 parent 2830289 commit c2a2410

File tree

1 file changed

+1
-1
lines changed
  • client/modules/IDE/components/Editor

1 file changed

+1
-1
lines changed

client/modules/IDE/components/Editor/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ import showRenameDialog from '../../../../utils/showRenameDialog';
7878
import handleRename from '../../../../utils/rename-variable';
7979
import { jumpToDefinition } from '../../../../utils/jump-to-definition';
8080
import { ensureAriaLiveRegion } from '../../../../utils/ScreenReaderHelper';
81-
import isMac from '../../../../utils/device';
81+
import { isMac } from '../../../../utils/device';
8282

8383
emmet(CodeMirror);
8484

0 commit comments

Comments
 (0)