hotfix: icon library resolution (#74)

This commit is contained in:
Razboy20
2024-02-03 14:21:25 -06:00
committed by GitHub
parent 359e65496f
commit e015a79526
8 changed files with 209 additions and 49 deletions

View File

@@ -8,7 +8,7 @@
],
"types": [
"chrome",
"node"
"node",
],
},
}

1
src/vite-env.d.ts vendored
View File

@@ -1 +1,2 @@
/// <reference types="vite/client" />
/// <reference types="unplugin-icons/types/react" />