refactor(simulator): switch utils to internal module export/import
[e-mobility-charging-stations-simulator.git] / src / charging-station / UIServiceWorkerBroadcastChannel.ts
index d9e746393d32b03f6062787a8924d819d864bf1d..5b7ab4847503eacfa3fc02fc0684c01269b3ae5c 100644 (file)
@@ -6,7 +6,7 @@ import {
   type ResponsePayload,
   ResponseStatus,
 } from '../types';
-import { logger } from '../utils/Logger';
+import { logger } from '../utils';
 
 const moduleName = 'UIServiceWorkerBroadcastChannel';