X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fcharging-station%2Fui-server%2FUIServerFactory.ts;h=905ce66d5325fc7bca9424d6f313de5cec089588;hb=0a376442c47f8e1c89cff78e822a936f3d4c783a;hp=612054f692caee075917e873f293f14c68f2a8aa;hpb=17bc43d765c22c8d8c132484f8dc9c3edd370d91;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 612054f6..905ce66d 100644 --- a/src/charging-station/ui-server/UIServerFactory.ts +++ b/src/charging-station/ui-server/UIServerFactory.ts @@ -1,9 +1,8 @@ import chalk from 'chalk'; -import { UIServerUtils } from './UIServerUtils'; import { ApplicationProtocol, type UIServerConfiguration } from '../../types'; -import { Configuration } from '../../utils/Configuration'; -import { type AbstractUIServer, UIHttpServer, UIWebSocketServer } from '../internal'; +import { Configuration } from '../../utils'; +import { type AbstractUIServer, UIHttpServer, UIServerUtils, UIWebSocketServer } from '../internal'; export class UIServerFactory { private constructor() {