build(deps): apply updates
[e-mobility-charging-stations-simulator.git] / src / charging-station / AuthorizedTagsCache.ts
index 14f6844e02118f7f2b3e14123c86df7086280b1e..332b3a983a8b8760ef33668639ec09b3aaf24d9c 100644 (file)
@@ -1,9 +1,7 @@
 import fs from 'node:fs';
 
 import { FileType } from '../types';
-import { FileUtils } from '../utils/FileUtils';
-import { logger } from '../utils/Logger';
-import { Utils } from '../utils/Utils';
+import { FileUtils, Utils, logger } from '../utils';
 
 export class AuthorizedTagsCache {
   private static instance: AuthorizedTagsCache | null = null;