test(simulator): use named import
[e-mobility-charging-stations-simulator.git] / src / charging-station / Bootstrap.ts
index 9ed17131dbf8c94b80fa49c1f1f8c1ca51344bd0..5f20e74b6ca320224e374bc4cbfe63e55dd70dec 100644 (file)
@@ -2,7 +2,7 @@
 
 import path from 'node:path';
 import { fileURLToPath } from 'node:url';
-import { type Worker, isMainThread } from 'worker_threads';
+import { type Worker, isMainThread } from 'node:worker_threads';
 
 import chalk from 'chalk';