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