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 3a36c64 commit a969297Copy full SHA for a969297
client/modules/IDE/components/Editor.jsx
@@ -45,7 +45,7 @@ import '../../../utils/p5-javascript';
45
import Timer from '../components/Timer';
46
import EditorAccessibility from '../components/EditorAccessibility';
47
import { metaKey } from '../../../utils/metaKey';
48
-import './EditorShowHint';
+import './show-hint';
49
import * as hinter from '../../../utils/p5-hinter';
50
51
import '../../../utils/codemirror-search';
client/modules/IDE/components/EditorShowHint.jsx renamed to client/modules/IDE/components/show-hint.js
0 commit comments