feat(ui): make evses works in the web ui
[e-mobility-charging-stations-simulator.git] / src / charging-station / ui-server / UIServerUtils.ts
index b590594989e6d410e5e7d5c0621204ec774a54b7..056d31fa8e0f0b37a9ec6101a0418b6d1c3d5fc4 100644 (file)
@@ -1,4 +1,4 @@
-import type { IncomingMessage } from 'http';
+import type { IncomingMessage } from 'node:http';
 
 import { Protocol, ProtocolVersion } from '../../types';
 import { Utils, logger } from '../../utils';