refactor(simulator): switch utils to internal module export/import
[e-mobility-charging-stations-simulator.git] / src / charging-station / ui-server / UIServerFactory.ts
index ea95c5274c1977add17726002210e786cf997fd5..905ce66d5325fc7bca9424d6f313de5cec089588 100644 (file)
@@ -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 {