Simplify DC current output type handling.
[e-mobility-charging-stations-simulator.git] / src / utils / Constants.js
index ba2412c2a08d87f723c8093c1a1b960fcd9eb38e..7667738004b954911316a2a7a69793d3038fea6b 100644 (file)
@@ -1,4 +1,4 @@
-class Constants {
+export default class Constants {
   static REST_RESPONSE_SUCCESS = {status: 'Success'};
 
   static CONN_STATUS_AVAILABLE = 'Available';
@@ -142,5 +142,3 @@ class Constants {
   static CHARGING_STATION_DEFAULT_RESET_TIME = 60000; // ms
   static CHARGING_STATION_ATG_WAIT_TIME = 2000; // ms
 }
-
-module.exports = Constants;