X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fstart.ts;h=90eb5161fc4c85b3c3a6330e6398b7d82102a2ef;hb=3e1416d80bd2640a5fe59cb4bc95c421dcd601d6;hp=aa3cfdeff96af62b59895cc9cefab0dbed60fa4f;hpb=6013bc53ce820bacf728a4d85d875c3317ff2442;p=e-mobility-charging-stations-simulator.git diff --git a/src/start.ts b/src/start.ts index aa3cfdef..90eb5161 100644 --- a/src/start.ts +++ b/src/start.ts @@ -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() {