import { connect } from 'react-redux';
import Expandable from './view';

export default connect(
  null,
  null
)(Expandable);