Skip to content

Commit c5c1242

Browse files
changed page to monacoeditormodified
1 parent a97f3ee commit c5c1242

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Frontend/src/App/CodeEditor/Page.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ import LiveChatPanel from "./LiveChatPanel";
77
import CompilerPanel from "./CompilerPanel";
88
import NavigationBar from "./NavigationBar";
99
import StatusBar from "./StatusBar";
10-
import MonacoEditor from "./MonacoEditor/MonacoEditor";
11-
// import MonacoEditor from "./MonacoEditor/MonacoEditorModified";
10+
// import MonacoEditor from "./MonacoEditor/MonacoEditor";
11+
import MonacoEditor from "./MonacoEditor/MonacoEditorModified";
1212
import { PanelSystem, type Tab } from "./PanelSystem";
1313
import type { FileNode } from "./ProjectManagementPanel/file.types";
1414

0 commit comments

Comments
 (0)