X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fcharging-station%2Fui-server%2FUIServerFactory.ts;h=905ce66d5325fc7bca9424d6f313de5cec089588;hb=7e0bf360b5f927c14f2e309be297883dbd547237;hp=ea95c5274c1977add17726002210e786cf997fd5;hpb=2896e06dc8d72adf7150b23c941079f622f6f37c;p=e-mobility-charging-stations-simulator.git diff --git a/src/charging-station/ui-server/UIServerFactory.ts b/src/charging-station/ui-server/UIServerFactory.ts index ea95c527..905ce66d 100644 --- a/src/charging-station/ui-server/UIServerFactory.ts +++ b/src/charging-station/ui-server/UIServerFactory.ts @@ -1,7 +1,7 @@ import chalk from 'chalk'; import { ApplicationProtocol, type UIServerConfiguration } from '../../types'; -import { Configuration } from '../../utils/Configuration'; +import { Configuration } from '../../utils'; import { type AbstractUIServer, UIHttpServer, UIServerUtils, UIWebSocketServer } from '../internal'; export class UIServerFactory {