remove unused import

This commit is contained in:
Zamitto 2024-05-26 22:06:59 -03:00
parent cdd18a8ce2
commit 1299eecc12
2 changed files with 2 additions and 3 deletions

View file

@ -1,5 +1,5 @@
import type { Downloader, GameStatus } from "@shared";
import { ProgressInfo, UpdateInfo } from "electron-updater";
import { UpdateInfo } from "electron-updater";
export type GameShop = "steam" | "epic";
export type CatalogueCategory = "recently_added" | "trending";