We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6cf64e commit 9c75ea2Copy full SHA for 9c75ea2
client/modules/IDE/components/Editor/index.jsx
@@ -31,7 +31,7 @@ import { EditorContainer, EditorHolder } from './MobileEditor';
31
import { FolderIcon } from '../../../../common/icons';
32
import IconButton from '../../../../common/IconButton';
33
34
-import useCodeMirror from './codeMirror';
+import useCodeMirror from './codemirror';
35
import { useEffectWithComparison } from '../../hooks/custom-hooks';
36
37
function Editor({
0 commit comments