X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fcharging-station%2FUIServiceWorkerBroadcastChannel.ts;h=5b7ab4847503eacfa3fc02fc0684c01269b3ae5c;hb=728e01f09f2b43946aab50eb2ed9673bf2d2daa3;hp=d9e746393d32b03f6062787a8924d819d864bf1d;hpb=2896e06dc8d72adf7150b23c941079f622f6f37c;p=e-mobility-charging-stations-simulator.git diff --git a/src/charging-station/UIServiceWorkerBroadcastChannel.ts b/src/charging-station/UIServiceWorkerBroadcastChannel.ts index d9e74639..5b7ab484 100644 --- a/src/charging-station/UIServiceWorkerBroadcastChannel.ts +++ b/src/charging-station/UIServiceWorkerBroadcastChannel.ts @@ -6,7 +6,7 @@ import { type ResponsePayload, ResponseStatus, } from '../types'; -import { logger } from '../utils/Logger'; +import { logger } from '../utils'; const moduleName = 'UIServiceWorkerBroadcastChannel';