spee.ch/react/components/ShowAssetDetails/index.js

5 lines
109 B
JavaScript
Raw Normal View History

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