export interface Event{ id: string, date: string, time: string, iconUrl: string, name: string, genre: string, venue: string }