feat(simulator): add certificates related OCPP 2.x types
[e-mobility-charging-stations-simulator.git] / src / performance / storage / MongoDBStorage.ts
index 32532eadb1f829acad8727e2a58295b55123f4f4..9073ecba9f36ac232298469345c67ca2c1cd0afe 100644 (file)
@@ -2,9 +2,9 @@
 
 import { MongoClient } from 'mongodb';
 
-import { Storage } from './Storage';
 import { type Statistics, StorageType } from '../../types';
-import { Constants } from '../../utils/Constants';
+import { Constants } from '../../utils';
+import { Storage } from '../internal';
 
 export class MongoDBStorage extends Storage {
   private readonly client: MongoClient | null;