[+] Iconify

This commit is contained in:
2025-03-25 13:40:20 -04:00
parent 7addba7798
commit c7cd9ab7fa
2 changed files with 11 additions and 1 deletions
+4 -1
View File
@@ -22,5 +22,8 @@
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.app.json && tsc -p tsconfig.node.json"
},
"type": "module"
"type": "module",
"dependencies": {
"@iconify/svelte": "^4.2.0"
}
}