Use eslint extension for import sorting instead of unmaintained external ones
[e-mobility-charging-stations-simulator.git] / src / charging-station / ocpp / OCPPResponseService.ts
index 19088aab293442dc564d918bbe364730414d3a1c..ffcb888fe422bf35bb24549205ff4dfbc3ba09f5 100644 (file)
@@ -1,6 +1,6 @@
-import type ChargingStation from '../ChargingStation';
 import { JsonType } from '../../types/JsonType';
 import { RequestCommand } from '../../types/ocpp/Requests';
+import type ChargingStation from '../ChargingStation';
 
 export default abstract class OCPPResponseService {
   private static instance: OCPPResponseService | null = null;