const EventList = { props: { events: Array, }, template: `

Upcoming Events

`, }; export default EventList;