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 5bcbcae2cd
commit 04acef4766
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"