refactor(simulator): switch utils to internal module export/import
[e-mobility-charging-stations-simulator.git] / src / charging-station / ui-server / UIServerUtils.ts
index 78590e09f1eddb65072b67d0938603ef94af545f..b590594989e6d410e5e7d5c0621204ec774a54b7 100644 (file)
@@ -1,8 +1,7 @@
 import type { IncomingMessage } from 'http';
 
 import { Protocol, ProtocolVersion } from '../../types';
-import { logger } from '../../utils/Logger';
-import { Utils } from '../../utils/Utils';
+import { Utils, logger } from '../../utils';
 
 export class UIServerUtils {
   private constructor() {