From 7ffd1667072380e9509ce4d8f4869a9c341282e4 Mon Sep 17 00:00:00 2001 From: cryptofyre Date: Mon, 3 Oct 2022 09:32:18 -0500 Subject: [PATCH] you should not be here. --- src/main/base/app.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/main/base/app.ts b/src/main/base/app.ts index 98338605..c9ce81a9 100644 --- a/src/main/base/app.ts +++ b/src/main/base/app.ts @@ -5,10 +5,6 @@ import * as log from "electron-log"; import * as os from "os"; import { utils } from "./utils"; -//@ts-ignore -import { EFFECT, PARAMS, MicaBrowserWindow } from "mica-electron"; -// sorry Core. - cryptofyre - /** * @file Creates App instance * @author CiderCollective