lbry-desktop/ui/component/notification/index.js
2020-07-23 11:03:00 -04:00

5 lines
115 B
JavaScript

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