diff --git a/js/components/header.js b/js/components/header.js index 979eea67..6808c789 100644 --- a/js/components/header.js +++ b/js/components/header.js @@ -20,7 +20,7 @@ import WhitelabelActions from '../actions/whitelabel_actions'; import WhitelabelStore from '../stores/whitelabel_store'; import EventActions from '../actions/event_actions'; -import HeaderNotifications from './header_notification'; +import HeaderNotifications from './header_notifications'; import HeaderNotificationDebug from './header_notification_debug'; diff --git a/js/components/header_notification.js b/js/components/header_notifications.js similarity index 100% rename from js/components/header_notification.js rename to js/components/header_notifications.js