import Event from './Event/Event'; import { IEvent } from './types'; export default function EventStream({ events }: { events: IEvent[] }) { return (