fix: ensure firmware update simulation always run as async resource
[e-mobility-charging-stations-simulator.git] / src / charging-station / ui-server / UIServerUtils.ts
index 78590e09f1eddb65072b67d0938603ef94af545f..056d31fa8e0f0b37a9ec6101a0418b6d1c3d5fc4 100644 (file)
@@ -1,8 +1,7 @@
-import type { IncomingMessage } from 'http';
+import type { IncomingMessage } from 'node:http';
 
 import { Protocol, ProtocolVersion } from '../../types';
-import { logger } from '../../utils/Logger';
-import { Utils } from '../../utils/Utils';
+import { Utils, logger } from '../../utils';
 
 export class UIServerUtils {
   private constructor() {