build: switch to NodeNext module resolution
[e-mobility-charging-stations-simulator.git] / src / charging-station / ui-server / UIServerUtils.ts
index 95bbba56c8134dd93f20ebbf2dcf06986e70961d..e35a1f15414e94e2a2d9b2bc1bb64a77988bae17 100644 (file)
@@ -1,7 +1,7 @@
 import type { IncomingMessage } from 'node:http';
 
-import { Protocol, ProtocolVersion } from '../../types';
-import { logPrefix, logger } from '../../utils';
+import { Protocol, ProtocolVersion } from '../../types/index.js';
+import { logPrefix, logger } from '../../utils/index.js';
 
 export class UIServerUtils {
   private constructor() {