build: align eslint imports sorting settings
[e-mobility-charging-stations-simulator.git] / ui / web / src / composables / UIClient.ts
index 29874cc2ee55db709d3cecbb8a97a50119118957..f7fc9052c96173ed9ae636ff9f513881573ca6ab 100644 (file)
@@ -1,3 +1,4 @@
+import Utils from './Utils';
 import {
   ProcedureName,
   type ProtocolResponse,
@@ -5,8 +6,6 @@ import {
   type ResponsePayload,
   ResponseStatus,
 } from '@/types/UIProtocol';
-
-import Utils from './Utils';
 import config from '@/assets/config';
 
 type ResponseHandler = {