import { connect } from 'react-redux'; import ReportPage from './view'; export default connect(null, null)(ReportPage);