refactor: add package for icons

This commit is contained in:
Andrea
2022-11-08 17:43:03 +01:00
parent e66eb1fdc8
commit 9b551513f4
12 changed files with 60 additions and 62 deletions

View File

@@ -17,7 +17,8 @@
"@remix-run/react": "^1.6.7",
"@remix-run/serve": "^1.6.3",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react-dom": "^18.2.0",
"react-icons": "^4.6.0"
},
"devDependencies": {
"@remix-run/dev": "^1.6.3",