build(simulator): fix type import
[e-mobility-charging-stations-simulator.git] / src / charging-station / ui-server / AbstractUIServer.ts
index 840d558ce52e958a448488f6018d9896ba16da1c..ca53d558894c5db16449d8534ebc0770307dbea7 100644 (file)
@@ -1,4 +1,4 @@
-import { type IncomingMessage, Server, type ServerResponse } from 'http';
+import { type IncomingMessage, Server, type ServerResponse } from 'node:http';
 
 import type { WebSocket } from 'ws';