refactor(simulator): switch to named exports
[e-mobility-charging-stations-simulator.git] / src / worker / WorkerConstants.ts
index 1e2e8cdcb2227a2117695d5261928f8dceedab8f..8e34a165c7fcb0eecb60856e86d487f1483fbe90 100644 (file)
@@ -1,4 +1,4 @@
-export default class WorkerConstants {
+export class WorkerConstants {
   static readonly DEFAULT_ELEMENT_START_DELAY = 0;
   static readonly DEFAULT_WORKER_START_DELAY = 500;
   static readonly POOL_MAX_INACTIVE_TIME = 60000;