From: Jérôme Benoit Date: Thu, 15 Feb 2024 21:58:53 +0000 (+0100) Subject: refactor: cleanup import path X-Git-Tag: v1.2.37~42 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=53a9f111b7e3a26ccbb68ce2d31ddca209d3a5f2;p=e-mobility-charging-stations-simulator.git refactor: cleanup import path Signed-off-by: Jérôme Benoit --- diff --git a/src/charging-station/ui-server/UIServerFactory.ts b/src/charging-station/ui-server/UIServerFactory.ts index eccbbf0d..2a87a582 100644 --- a/src/charging-station/ui-server/UIServerFactory.ts +++ b/src/charging-station/ui-server/UIServerFactory.ts @@ -4,7 +4,7 @@ import type { AbstractUIServer } from './AbstractUIServer.js' import { UIHttpServer } from './UIHttpServer.js' import { UIServerUtils } from './UIServerUtils.js' import { UIWebSocketServer } from './UIWebSocketServer.js' -import { BaseError } from '../../exception/BaseError.js' +import { BaseError } from '../../exception/index.js' import { ApplicationProtocol, ApplicationProtocolVersion,