refactor(simulator): remove unneeded type casting
[e-mobility-charging-stations-simulator.git] / src / utils / FileUtils.ts
index 49f10a785b9c549f95f425a6cdfe6a4bf8c1a2a0..328687b2dcdc21f46868d538cb110c0aa9248e7a 100644 (file)
@@ -2,7 +2,9 @@ import fs from 'node:fs';
 
 import chalk from 'chalk';
 
-import { Utils, logger } from './internal';
+// import { Utils, logger } from './internal';
+import { logger } from './Logger';
+import { Utils } from './Utils';
 import type { EmptyObject, FileType, HandleErrorParams, JsonType } from '../types';
 
 export class FileUtils {