fix: only send UI server response when needed
[e-mobility-charging-stations-simulator.git] / src / charging-station / ui-server / UIServerFactory.ts
index 64d143d4a3d8bf3d2604568c84216e722319e062..a5fb5a5d627c926e9d700c9ec34bbb273acd476d 100644 (file)
@@ -5,7 +5,7 @@ import { UIHttpServer } from './UIHttpServer';
 import { UIServerUtils } from './UIServerUtils';
 import { UIWebSocketServer } from './UIWebSocketServer';
 import { ApplicationProtocol, type UIServerConfiguration } from '../../types';
-import { Configuration } from '../../utils/Configuration';
+import { Configuration } from '../../utils';
 
 export class UIServerFactory {
   private constructor() {