madiator.com/ui/page/receive/index.js
2021-08-16 12:11:25 +02:00

6 lines
156 B
JavaScript

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