Add error handling to JSON schemas file reading
[e-mobility-charging-stations-simulator.git] / src / performance / PerformanceStatistics.ts
index 6ac54aa42c451813f22c8d2cd1fe1d6e73979064..ad1f85ba7098cb13db9acb87a34bba2344f16de8 100644 (file)
@@ -1,7 +1,7 @@
 // Partial Copyright Jerome Benoit. 2021-2023. All Rights Reserved.
 
+import type { URL } from 'node:url';
 import { PerformanceEntry, PerformanceObserver, performance } from 'perf_hooks';
-import type { URL } from 'url';
 import { parentPort } from 'worker_threads';
 
 import { MessageChannelUtils } from '../charging-station/MessageChannelUtils';