fix: Add missing lucide-react dependency to B2B assistant

This commit is contained in:
2025-12-29 16:38:12 +00:00
parent fea41e353a
commit f73e5cec1b

View File

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