refactor: add helper to build content addressable key for id tags cache
[e-mobility-charging-stations-simulator.git] / src / charging-station / ui-server / ui-services / UIServiceFactory.ts
index 9f2d448b3eac147748791e9a197c57bd9a1a0809..2d2fa6c8f4e9fb19ca26c331160ecb2eb1fb3704 100644 (file)
@@ -1,9 +1,7 @@
-import type AbstractUIService from './AbstractUIService';
-import UIService001 from './UIService001';
-import { ProtocolVersion } from '../../../types/UIProtocol';
-import type { AbstractUIServer } from '../AbstractUIServer';
+import { ProtocolVersion } from '../../../types';
+import { type AbstractUIServer, type AbstractUIService, UIService001 } from '../../internal';
 
-export default class UIServiceFactory {
+export class UIServiceFactory {
   private constructor() {
     // This is intentional
   }