Create the upcoming events component
This commit is contained in:
3
astro/src/types/components/events.d.ts
vendored
3
astro/src/types/components/events.d.ts
vendored
@@ -14,5 +14,6 @@ type UpcomingEvent = {
|
||||
location: string;
|
||||
mapLocation: [number, number];
|
||||
startDate: Date;
|
||||
endDate: Date;
|
||||
endDate: Date;
|
||||
thumbnail: PhotoProps;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user