build: switch to NodeNext module resolution
[e-mobility-charging-stations-simulator.git] / src / charging-station / ui-server / ui-services / UIServiceFactory.ts
index 41d60ddd3eddf4167964cbd06a9224b84085f956..6b7a0ee2801a2a3693bd442a34789270c0c1d3f3 100644 (file)
@@ -1,7 +1,7 @@
-import type { AbstractUIService } from './AbstractUIService';
-import { UIService001 } from './UIService001';
-import { ProtocolVersion } from '../../../types';
-import type { AbstractUIServer } from '../AbstractUIServer';
+import type { AbstractUIService } from './AbstractUIService.js';
+import { UIService001 } from './UIService001.js';
+import { ProtocolVersion } from '../../../types/index.js';
+import type { AbstractUIServer } from '../AbstractUIServer.js';
 
 export class UIServiceFactory {
   private constructor() {