diff --git a/src/native/autoLaunch.ts b/src/native/autoLaunch.ts index 5c52141..49ccb98 100644 --- a/src/native/autoLaunch.ts +++ b/src/native/autoLaunch.ts @@ -2,8 +2,6 @@ import AutoLaunch from "auto-launch"; import { ipcMain } from "electron"; -import { mainWindow } from "./window"; - export const autoLaunch = new AutoLaunch({ name: "Stoat", });