refactor(simulator): sort exports, switch to node: import syntax for internal
[e-mobility-charging-stations-simulator.git] / src / charging-station / ChargingStation.ts
index dd266cac8c446128e9e8db00b840c06cca56dd29..ef2c3a14b3efaf1ada9495dca50719051b35cfc6 100644 (file)
@@ -4,7 +4,7 @@ import crypto from 'node:crypto';
 import fs from 'node:fs';
 import path from 'node:path';
 import { URL } from 'node:url';
-import { parentPort } from 'worker_threads';
+import { parentPort } from 'node:worker_threads';
 
 import merge from 'just-merge';
 import WebSocket, { type RawData } from 'ws';