fix: Add missing lucide-react dependency to B2B assistant

This commit is contained in:
2025-12-29 16:38:12 +00:00
parent 92ca43abfc
commit f9ca339b7d

View File

@@ -13,6 +13,7 @@
"body-parser": "^1.20.2", "body-parser": "^1.20.2",
"cors": "^2.8.5", "cors": "^2.8.5",
"express": "^4.18.2", "express": "^4.18.2",
"lucide-react": "^0.554.0",
"react": "^18.2.0", "react": "^18.2.0",
"react-dom": "^18.2.0" "react-dom": "^18.2.0"
}, },