add icons support and remove old import

This commit is contained in:
Simone Tesini 2025-08-02 06:23:32 +02:00
parent db31dda495
commit 23c58b299c
7 changed files with 23 additions and 45 deletions

View file

@ -28,7 +28,8 @@
"vite": "^7.0.4"
},
"dependencies": {
"zod": "^4.0.14",
"socket.io-client": "^4.8.1"
"@lucide/svelte": "^0.536.0",
"socket.io-client": "^4.8.1",
"zod": "^4.0.14"
}
}