Create the upcoming events component

This commit is contained in:
itsfinniii
2026-03-20 21:51:54 +01:00
parent dcaf313745
commit fac720c4a1
7 changed files with 74 additions and 3 deletions

View File

@@ -14,5 +14,6 @@ type UpcomingEvent = {
location: string;
mapLocation: [number, number];
startDate: Date;
endDate: Date;
endDate: Date;
thumbnail: PhotoProps;
}