diff --git a/src/index.js b/src/index.js index d694673..ccfb857 100644 --- a/src/index.js +++ b/src/index.js @@ -10,7 +10,6 @@ import lobbyRoutes from './routes/lobby.js'; import walletRoutes from './routes/wallet.js'; import pool from './db.js'; import { setupWebSocket } from './ws.js'; -import dotenv from 'dotenv'; dotenv.config(); const app = express();