agregue nuevas vistas

This commit is contained in:
2025-09-08 11:11:33 -06:00
parent 03efc1bd36
commit d1a8c0836d
8 changed files with 241 additions and 32 deletions
+4 -3
View File
@@ -9,14 +9,15 @@
"lint": "next lint"
},
"dependencies": {
"next": "15.4.6",
"react": "19.1.0",
"react-dom": "19.1.0",
"next": "15.4.6"
"react-icons": "^5.5.0"
},
"devDependencies": {
"typescript": "^5",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19"
"@types/react-dom": "^19",
"typescript": "^5"
}
}