Move monaco UI back where it belongs ish

This commit is contained in:
Olivier Gagnon 2021-08-20 02:03:16 -04:00
parent ed62a3ebc2
commit 0e24020796
4 changed files with 1 additions and 1 deletions

@ -66,7 +66,7 @@ import {
} from "./Programs/ProgramHelpers";
import { redPillFlag } from "./RedPill";
import { saveObject, loadGame } from "./SaveObject";
import { Root as ScriptEditorRoot } from "./Monaco/ui/Root";
import { Root as ScriptEditorRoot } from "./ScriptEditor/ui/Root";
import { initForeignServers, AllServers } from "./Server/AllServers";
import { Settings } from "./Settings/Settings";
import { updateSourceFileFlags } from "./SourceFile/SourceFileFlags";