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 / UIService001.ts
index 0ac0daa0db77448e34250f713af800ed4a492782..4a1d1e9a93a2de936379a9355feaaffe62bfa4b0 100644 (file)
@@ -1,12 +1,7 @@
-import AbstractUIService from './AbstractUIService';
-import {
-  ProcedureName,
-  type ProtocolRequestHandler,
-  ProtocolVersion,
-} from '../../../types/UIProtocol';
-import type { AbstractUIServer } from '../AbstractUIServer';
+import { type ProcedureName, type ProtocolRequestHandler, ProtocolVersion } from '../../../types';
+import { type AbstractUIServer, AbstractUIService } from '../../internal';
 
-export default class UIService001 extends AbstractUIService {
+export class UIService001 extends AbstractUIService {
   constructor(uiServer: AbstractUIServer) {
     super(uiServer, ProtocolVersion['0.0.1']);
     for (const procedureName of Object.keys(