Use eslint extension for import sorting instead of unmaintained external ones
[e-mobility-charging-stations-simulator.git] / src / utils / Utils.ts
index 9486ca0972b46febddae58d0268a052fcd4199c8..1ad1a7924bb0b5e4eb5e8fc7778a9d89f953eda6 100644 (file)
@@ -1,4 +1,5 @@
 import crypto from 'crypto';
+
 import { v4 as uuid } from 'uuid';
 
 export default class Utils {