fix(simulator): make the modules export/import a bit less sensitive to
[e-mobility-charging-stations-simulator.git] / src / charging-station / ocpp / OCPPConstants.ts
index a0b0d70a317a9e4089f03ca9f8055c28a14922a4..f6b9af807d5e0552adca1aae18f4c44c7fee699b 100644 (file)
@@ -7,9 +7,9 @@ import {
   GenericStatus,
   TriggerMessageStatus,
   UnlockStatus,
-} from '../../types/ocpp/Responses';
+} from '../../types';
 
-export default class OCPPConstants {
+export class OCPPConstants {
   static readonly OCPP_REQUEST_EMPTY = Object.freeze({});
   static readonly OCPP_RESPONSE_EMPTY = Object.freeze({});
   static readonly OCPP_RESPONSE_ACCEPTED = Object.freeze({ status: GenericStatus.ACCEPTED });