We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a97f3ee commit c5c1242Copy full SHA for c5c1242
Frontend/src/App/CodeEditor/Page.tsx
@@ -7,8 +7,8 @@ import LiveChatPanel from "./LiveChatPanel";
7
import CompilerPanel from "./CompilerPanel";
8
import NavigationBar from "./NavigationBar";
9
import StatusBar from "./StatusBar";
10
-import MonacoEditor from "./MonacoEditor/MonacoEditor";
11
-// import MonacoEditor from "./MonacoEditor/MonacoEditorModified";
+// import MonacoEditor from "./MonacoEditor/MonacoEditor";
+import MonacoEditor from "./MonacoEditor/MonacoEditorModified";
12
import { PanelSystem, type Tab } from "./PanelSystem";
13
import type { FileNode } from "./ProjectManagementPanel/file.types";
14
0 commit comments