Add park detail API and detail page implementation with loading states and error handling

This commit is contained in:
pacnpal
2025-02-23 17:57:52 -05:00
parent 730b165f9c
commit c9ab1f40ed
19 changed files with 1395 additions and 408 deletions

View File

@@ -18,6 +18,7 @@
},
"dependencies": {
"@prisma/client": "^6.4.1",
"lodash": "^4.17.21",
"next": "^15.1.7",
"react": "^18",
"react-dom": "^18"