refactor(simulator): switch utils to internal module export/import
[e-mobility-charging-stations-simulator.git] / src / types / Statistics.ts
index f43da99b81e8298449fd7c538a47449163e6bd81..93687190301bb429380385dedf04b4d871b0c03c 100644 (file)
@@ -1,5 +1,5 @@
 import type { IncomingRequestCommand, RequestCommand } from './internal';
-import type { CircularArray } from '../utils/CircularArray';
+import type { CircularArray } from '../utils';
 import type { WorkerData } from '../worker';
 
 export type TimeSeries = {