refactor: cleanup import path
authorJérôme Benoit <jerome.benoit@sap.com>
Thu, 15 Feb 2024 21:58:53 +0000 (22:58 +0100)
committerJérôme Benoit <jerome.benoit@sap.com>
Thu, 15 Feb 2024 21:58:53 +0000 (22:58 +0100)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
src/charging-station/ui-server/UIServerFactory.ts

index eccbbf0d052ad6c85abd92d8ce11e215e8daf4a7..2a87a582f95f81c64e90699e086ed5c8a74ec8fc 100644 (file)
@@ -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,