Remove unused import

This commit is contained in:
Amelia Frost 2026-03-29 17:34:57 -07:00
parent c407a89142
commit 590729ccff
No known key found for this signature in database

View file

@ -2,8 +2,6 @@ import AutoLaunch from "auto-launch";
import { ipcMain } from "electron";
import { mainWindow } from "./window";
export const autoLaunch = new AutoLaunch({
name: "Stoat",
});