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