Add WorkerEvents enum.
[e-mobility-charging-stations-simulator.git] / src / start.ts
index aa3cfdeff96af62b59895cc9cefab0dbed60fa4f..90eb5161fc4c85b3c3a6330e6398b7d82102a2ef 100644 (file)
@@ -1,7 +1,7 @@
 import Configuration from './utils/Configuration';
 import WorkerData from './types/WorkerData';
 import WorkerFactory from './worker/WorkerFactory';
-import Wrk from './worker/Worker';
+import Wrk from './worker/Wrk';
 
 class Bootstrap {
   static start() {