Skip to content

Commit d5f8d08

Browse files
Create custom events list
1 parent c8ec59c commit d5f8d08

File tree

5 files changed

+28
-2
lines changed

5 files changed

+28
-2
lines changed

package-lock.json

+26-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,9 @@
1717
"@fortawesome/react-fontawesome": "^0.2.2",
1818
"@fullcalendar/daygrid": "^6.1.15",
1919
"@fullcalendar/react": "^6.1.15",
20+
"@types/papaparse": "^5.3.15",
2021
"lucide-react": "^0.344.0",
21-
"papaparse": "^5.3.0",
22+
"papaparse": "^5.5.2",
2223
"react": "^18.3.1",
2324
"react-dom": "^18.3.1",
2425
"react-router-dom": "^7.2.0"

src/components/EventCard.tsx

Whitespace-only changes.

src/components/EventList.tsx

Whitespace-only changes.

src/hooks/CsvParser.ts

Whitespace-only changes.

0 commit comments

Comments
 (0)