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 598ebb269413c310b54e5a6072b939758e9e0e13..4a1d1e9a93a2de936379a9355feaaffe62bfa4b0 100644 (file)
@@ -1,6 +1,5 @@
-import { AbstractUIService } from './AbstractUIService';
 import { type ProcedureName, type ProtocolRequestHandler, ProtocolVersion } from '../../../types';
-import type { AbstractUIServer } from '../AbstractUIServer';
+import { type AbstractUIServer, AbstractUIService } from '../../internal';
 
 export class UIService001 extends AbstractUIService {
   constructor(uiServer: AbstractUIServer) {