[bugfix-313] remove unused imports

This commit is contained in:
MathieuG-P
2023-08-28 16:36:31 +02:00
parent ccc133cf6d
commit 195bc1ad64
+1 -1
View File
@@ -8,7 +8,7 @@ import { BSLocalVersionService } from "./bs-local-version.service";
import { pathExist } from "../helpers/fs.helpers";
import { rename } from "fs/promises";
import log from "electron-log";
import { Observable, lastValueFrom, of, timer } from "rxjs";
import { Observable, of } from "rxjs";
import { BsmProtocolService } from "./bsm-protocol.service";
import { app, shell} from "electron";
import { Resvg } from "@resvg/resvg-js";