refactor(simulator): switch utils to internal module export/import
[e-mobility-charging-stations-simulator.git] / src / charging-station / ocpp / OCPPIncomingRequestService.ts
index de036e707237bf1393f537abddd62b58cebd0e1f..ccb7e98aa56d5b1bee69835d039a4c30a1d60eed 100644 (file)
@@ -14,7 +14,7 @@ import type {
   JsonType,
   OCPPVersion,
 } from '../../types';
-import { logger } from '../../utils/Logger';
+import { logger } from '../../utils';
 
 const moduleName = 'OCPPIncomingRequestService';