import { connect } from 'react-redux'; import SendPage from './view'; const select = (state) => ({}); export default connect(select, null)(SendPage);