import React from "react"; import "./Event.css"; function Event(props) { return (
{props.screenshots ? : JSON.stringify(props)}
); } export default Event;