diff --git a/react/features/app/reducers.any.js b/react/features/app/reducers.any.js index 19b1ce2a2..57626bf0e 100644 --- a/react/features/app/reducers.any.js +++ b/react/features/app/reducers.any.js @@ -30,6 +30,7 @@ import '../chat/reducer'; import '../deep-linking/reducer'; import '../device-selection/reducer'; import '../dropbox/reducer'; +import '../dynamic-branding/reducer'; import '../etherpad/reducer'; import '../filmstrip/reducer'; import '../follow-me/reducer'; diff --git a/react/features/dynamic-branding/index.js b/react/features/dynamic-branding/index.js index 20b2cbc74..abee88218 100644 --- a/react/features/dynamic-branding/index.js +++ b/react/features/dynamic-branding/index.js @@ -1,4 +1,2 @@ export * from './actions'; export * from './functions'; - -import './reducer';