Add SVG icons and integrate vite-plugin-svgr for improved asset handling

This commit is contained in:
2025-01-24 16:14:03 +01:00
parent 9c94a351ee
commit 7f5f253c21
17 changed files with 1065 additions and 211 deletions

View File

@@ -51,6 +51,7 @@
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.18",
"typescript": "^5.7.3",
"vite": "^6.0.11"
"vite": "^6.0.11",
"vite-plugin-svgr": "^4.3.0"
}
}