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

export default connect()(BrowserNotificationBanner);