import React from 'react' import { connect } from 'react-redux' import ActivityAddOrEdit from './ActivityAddOrEdit' import { getData } from '../../actions/index' class ActivityAdd extends React.Component { componentDidMount() { this.props.loadSports() } render() { const { message, sports } = this.props return (