[hotfix] fix missing import

This commit is contained in:
MathieuG-P
2023-06-28 22:33:12 +02:00
parent 6a867d0e28
commit 90d4ebc7e3
+1 -1
View File
@@ -1,6 +1,6 @@
import { UtilsService } from "./utils.service";
import regedit from 'regedit'
import { path, join } from "path";
import path from "path";
import { parse } from "@node-steam/vdf";
import { readFile } from "fs/promises";
import { spawn } from "child_process";