Apply dependencies update
[e-mobility-charging-stations-simulator.git] / src / charging-station / UIWebSocketServer.ts
index 59186a5e30da2f4d6cf4a55d770fcf008cb7533c..dba59e9206b4a32583c049bc64d4154abb5d5fd4 100644 (file)
@@ -1,11 +1,11 @@
 import { Protocol, ProtocolCommand, ProtocolRequest, ProtocolVersion } from '../types/UIProtocol';
 import WebSocket, { OPEN, Server, ServerOptions } from 'ws';
 
-import AbstractUIService from './UIWebSocketServices/AbstractUIService';
+import AbstractUIService from './ui-websocket-services/AbstractUIService';
 import BaseError from '../exception/BaseError';
 import Configuration from '../utils/Configuration';
 import { IncomingMessage } from 'http';
-import UIServiceFactory from './UIWebSocketServices/UIServiceFactory';
+import UIServiceFactory from './ui-websocket-services/UIServiceFactory';
 import Utils from '../utils/Utils';
 import logger from '../utils/Logger';