diff --git a/react/features/app/reducers.any.js b/react/features/app/reducers.any.js index 88970cb2a..1a8416259 100644 --- a/react/features/app/reducers.any.js +++ b/react/features/app/reducers.any.js @@ -52,4 +52,5 @@ import '../screen-share/reducer'; import '../toolbox/reducer'; import '../transcribing/reducer'; import '../video-layout/reducer'; +import '../video-quality/reducer'; import '../videosipgw/reducer'; diff --git a/react/features/video-quality/index.js b/react/features/video-quality/index.js index a946606b1..d51b44023 100644 --- a/react/features/video-quality/index.js +++ b/react/features/video-quality/index.js @@ -1,5 +1,3 @@ export * from './components'; export * from './actions'; export * from './actionTypes'; - -import './reducer';