refactor(ui): cleanup eslint configuration
[e-mobility-charging-stations-simulator.git] / ui / web / start.js
index c620c4681ddc5d73fe051ffb5846ca3bbec8b1a9..9a325e569a1b4a2724adceeb52bd315d8f43f053 100644 (file)
@@ -2,6 +2,7 @@ import { createServer } from 'node:http'
 import { dirname, join } from 'node:path'
 import { env } from 'node:process'
 import { fileURLToPath } from 'node:url'
+
 import finalhandler from 'finalhandler'
 import serveStatic from 'serve-static'