const React = window.React; const Component = React.Component; module.exports = class EventItem extends Component { constructor(props) { super(props); } render() { return (
{this.props.desc}