fix: forgot to import something during the merge commit

This commit is contained in:
lilezek 2024-05-04 12:34:21 +02:00
parent 2b14b9dda0
commit ff189f7677

View File

@ -13,6 +13,7 @@ import { GameStatus } from "@globals";
import path from "node:path";
import crypto from "node:crypto";
import fs from "node:fs";
import { app } from "electron";
interface DownloadStatus {