aboutsummaryrefslogtreecommitdiff
path: root/src/components/Monaco.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/Monaco.ts')
-rw-r--r--src/components/Monaco.ts5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/components/Monaco.ts b/src/components/Monaco.ts
index 6b01891..33f5545 100644
--- a/src/components/Monaco.ts
+++ b/src/components/Monaco.ts
@@ -16,11 +16,12 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
+import monacoHtml from "@fileContent/monacoWin.html";
+
import { IpcEvents } from "../utils";
import { debounce } from "../utils/debounce";
-import { find } from "../webpack/webpack";
-import monacoHtml from "@fileContent/monacoWin.html";
import { Queue } from "../utils/Queue";
+import { find } from "../webpack/webpack";
const queue = new Queue();
const setCss = debounce((css: string) => {