diff --git a/app/containers/Notifications/index.js b/app/containers/Notifications/index.js index a07e31d6a..4afd5e354 100644 --- a/app/containers/Notifications/index.js +++ b/app/containers/Notifications/index.js @@ -2,7 +2,7 @@ import { connect } from 'react-redux' import { bindActionCreators } from 'redux' import { hideNotification, getNotifications } from '../../modules/notifications' -import Notifications from './notifications' +import Notifications from './Notifications' const mapStateToProps = (state: Object) => ({ notifications: getNotifications(state)