good import

This commit is contained in:
MathieuG-P
2022-05-31 22:14:50 +02:00
parent 266fdc6607
commit 30818fa8e2
5 changed files with 19 additions and 19 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
import { LauchOption } from "main/ipcs/bs-launcher-ipcs";
import { LauchOption } from "../../main/ipcs/bs-launcher-ipcs";
import { BSVersion } from "../../main/services/bs-version-manager.service";
export class BSLauncherService{
@@ -29,4 +29,4 @@ export enum LaunchResult {
LAUNCHED = 0,
STEAM_NOT_RUNNING = 1,
EXE_NOT_FIND = 2,
}
}