lbry-react-native/src/component/button/index.js

5 lines
103 B
JavaScript
Raw Permalink Normal View History

2019-07-09 01:54:32 +01:00
import { connect } from 'react-redux';
import Button from './view';
export default connect()(Button);