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