diff --git a/src/types/index.ts b/src/types/index.ts index fea700fc..3e2a213c 100644 --- a/src/types/index.ts +++ b/src/types/index.ts @@ -1,6 +1,5 @@ import type { Aria2Status } from "aria2"; import type { DownloadSourceStatus, Downloader } from "@shared"; -import { UpdateInfo } from "electron-updater"; export type GameShop = "steam" | "epic";