Add EventDetails component and types with proper type definitions

This commit is contained in:
Your Name
2025-04-29 18:16:10 -04:00
parent fb61fc3ffb
commit d85bcc7296
3 changed files with 123 additions and 0 deletions

View File

@@ -21,6 +21,8 @@
"devDependencies": {
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@types/react-router-dom": "^5.3.3",
"@types/axios": "^0.14.0",
"typescript": "^4.9.5",
"react-scripts": "5.0.1"
},