Skip to content

Commit 9c75ea2

Browse files
committed
git didnt track the file case rename so i renamed it back
1 parent d6cf64e commit 9c75ea2

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
@@ -31,7 +31,7 @@ import { EditorContainer, EditorHolder } from './MobileEditor';
3131
import { FolderIcon } from '../../../../common/icons';
3232
import IconButton from '../../../../common/IconButton';
3333

34-
import useCodeMirror from './codeMirror';
34+
import useCodeMirror from './codemirror';
3535
import { useEffectWithComparison } from '../../hooks/custom-hooks';
3636

3737
function Editor({

0 commit comments

Comments
 (0)