From a510d6898f61f72717b7a1639f8edf743f919578 Mon Sep 17 00:00:00 2001 From: Evgeny Boxer Date: Thu, 16 Nov 2017 18:53:58 +1100 Subject: [PATCH] Correct casing --- app/containers/Notifications/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)