5 lines
141 B
JavaScript
5 lines
141 B
JavaScript
|
import { connect } from 'react-redux';
|
||
|
import BrowserNotificationBanner from './view';
|
||
|
|
||
|
export default connect()(BrowserNotificationBanner);
|