[feature] remove useless imports

This commit is contained in:
MathieuG-P
2023-07-16 04:18:42 +02:00
parent 0acb70cf7e
commit c010ca8fe6
2 changed files with 2 additions and 6 deletions
-1
View File
@@ -5,7 +5,6 @@ import { BS_EXECUTABLE, BS_APP_ID, STEAMVR_APP_ID, IMAGE_CACHE_PATH } from "../c
import { ChildProcessWithoutNullStreams, SpawnOptionsWithoutStdio, spawn } from "child_process";
import { SteamService } from "./steam.service";
import { BSLocalVersionService } from "./bs-local-version.service";
import { OculusService } from "./oculus.service";
import { pathExist } from "../helpers/fs.helpers";
import { rename } from "fs/promises";
import log from "electron-log";