Move header_notification to be in sync with its component's name

This commit is contained in:
Brett Sun 2016-03-10 13:43:07 +01:00
parent 30911b5395
commit 8f12e12bcc
2 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ import EventActions from '../actions/event_actions';
import PieceListStore from '../stores/piece_list_store';
import AclProxy from './acl_proxy';
import HeaderNotifications from './header_notification';
import HeaderNotifications from './header_notifications';
import HeaderNotificationDebug from './header_notification_debug';
import NavRoutesLinks from './nav_routes_links';