1
0
mirror of https://github.com/ascribe/onion.git synced 2024-06-26 11:16:28 +02:00

Rename header_notification to header_notifications

This commit is contained in:
Tim Daubenschütz 2015-10-19 17:00:11 +02:00
parent 5a35e40a76
commit 638863f4ff
2 changed files with 1 additions and 1 deletions

View File

@ -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';