From 53a9f111b7e3a26ccbb68ce2d31ddca209d3a5f2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Thu, 15 Feb 2024 22:58:53 +0100 Subject: [PATCH] refactor: cleanup import path MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- src/charging-station/ui-server/UIServerFactory.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.34.1