spee.ch/react/components/ShowAssetDetails/index.js
2018-02-12 18:18:56 -08:00

4 lines
109 B
JavaScript

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