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 c12d18a commit f8f6dabCopy full SHA for f8f6dab
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