refactor(simulator): switch utils to internal module export/import
[e-mobility-charging-stations-simulator.git] / src / charging-station / ocpp / OCPPRequestService.ts
index e58a1d43f71f97509c0d8d4a3edd37b00b780bb8..f4299226115029a41a7271c063e14ae44209f2ac 100644 (file)
@@ -24,9 +24,7 @@ import {
   type ResponseCallback,
   type ResponseType,
 } from '../../types';
-import { Constants } from '../../utils/Constants';
-import { logger } from '../../utils/Logger';
-import { Utils } from '../../utils/Utils';
+import { Constants, Utils, logger } from '../../utils';
 
 const moduleName = 'OCPPRequestService';