import React from 'react'; import Event from '../event/Event.js'; import './EventList.css'; function EventList(props) { console.log(`FROM LIST: ${props.data}`); return ( ) } export default EventList;