Removed unnecessary import

This commit is contained in:
MrGarlic 2024-05-04 19:55:37 -04:00
parent 73c6633a31
commit 74bc6d8e5e

View file

@ -21,7 +21,6 @@ import { IpcEvents } from "shared/IpcEvents";
import { isTruthy } from "shared/utils/guards";
import { once } from "shared/utils/once";
import type { SettingsStore } from "shared/utils/SettingsStore";
import { existsSync } from "fs";
import { ICON_PATH } from "../shared/paths";
import { createAboutWindow } from "./about";
import { initArRPC } from "./arrpc";