X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fcharging-station%2Fui-server%2FUIServerUtils.ts;fp=src%2Fcharging-station%2Fui-server%2FUIServerUtils.ts;h=e35a1f15414e94e2a2d9b2bc1bb64a77988bae17;hb=a6ef1ece74c0d08e86a905571f4f6045c28131cb;hp=95bbba56c8134dd93f20ebbf2dcf06986e70961d;hpb=1cd83826fae6ccc9faa4c3a2d1736e26945ade46;p=e-mobility-charging-stations-simulator.git diff --git a/src/charging-station/ui-server/UIServerUtils.ts b/src/charging-station/ui-server/UIServerUtils.ts index 95bbba56..e35a1f15 100644 --- a/src/charging-station/ui-server/UIServerUtils.ts +++ b/src/charging-station/ui-server/UIServerUtils.ts @@ -1,7 +1,7 @@ import type { IncomingMessage } from 'node:http'; -import { Protocol, ProtocolVersion } from '../../types'; -import { logPrefix, logger } from '../../utils'; +import { Protocol, ProtocolVersion } from '../../types/index.js'; +import { logPrefix, logger } from '../../utils/index.js'; export class UIServerUtils { private constructor() {