Doodle3D-Transform/src/js/components/NotificationsWrapper.js

5 lines
184 B
JavaScript

import { connect } from 'react-redux';
import Notifications from 'react-notification-system-redux';
export default connect(({ notifications }) => ({ notifications }))(Notifications);