lbry-desktop/src/renderer/page/report/index.js

5 lines
121 B
JavaScript
Raw Normal View History

2018-04-06 07:15:29 +02:00
import { connect } from 'react-redux';
import ReportPage from './view';
export default connect(null, null)(ReportPage);