Use eslint extension for import sorting instead of unmaintained external ones
[e-mobility-charging-stations-simulator.git] / src / start.ts
index ebad51ef634a01df62a540b3fe1d8c086813e727..d5c28b0b01c664c0c77e69c45e23582c02140e21 100644 (file)
@@ -1,8 +1,9 @@
 // Partial Copyright Jerome Benoit. 2021. All Rights Reserved.
 
-import Bootstrap from './charging-station/Bootstrap';
 import chalk from 'chalk';
 
+import Bootstrap from './charging-station/Bootstrap';
+
 Bootstrap.getInstance()
   .start()
   .catch((error) => {