From bf33fa7ed9bfcac702ea77820337ac4b1bb184c1 Mon Sep 17 00:00:00 2001 From: Chubby Granny Chaser Date: Sat, 8 Jun 2024 20:29:07 +0100 Subject: [PATCH] chore: merge with main --- src/types/index.ts | 1 - 1 file changed, 1 deletion(-) 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";