Bläddra i källkod

fix(Thumbnail): imports.

j8
Hristo Terezov 4 år sedan
förälder
incheckning
fdb8f76b90

+ 1
- 1
modules/UI/shared_video/SharedVideoThumb.js Visa fil

@@ -7,7 +7,7 @@ import { I18nextProvider } from 'react-i18next';
7 7
 import { Provider } from 'react-redux';
8 8
 
9 9
 import { i18next } from '../../../react/features/base/i18n';
10
-import Thumbnail from '../../../react/features/filmstrip/components/web/Thumbnail';
10
+import { Thumbnail } from '../../../react/features/filmstrip';
11 11
 import SmallVideo from '../videolayout/SmallVideo';
12 12
 /* eslint-enable no-unused-vars */
13 13
 

+ 2
- 2
modules/UI/videolayout/SmallVideo.js Visa fil

@@ -30,9 +30,9 @@ import { ConnectionIndicator } from '../../../react/features/connection-indicato
30 30
 import { DisplayName } from '../../../react/features/display-name';
31 31
 import {
32 32
     DominantSpeakerIndicator,
33
-    isVideoPlayable,
34 33
     RaisedHandIndicator,
35
-    StatusIndicators
34
+    StatusIndicators,
35
+    isVideoPlayable
36 36
 } from '../../../react/features/filmstrip';
37 37
 import {
38 38
     LAYOUTS,

+ 1
- 1
react/features/video-layout/middleware.web.js Visa fil

@@ -2,7 +2,7 @@
2 2
 
3 3
 import VideoLayout from '../../../modules/UI/videolayout/VideoLayout.js';
4 4
 import { CONFERENCE_WILL_LEAVE } from '../base/conference';
5
-import { MEDIA_TYPE } from '../base/media/index.js';
5
+import { MEDIA_TYPE } from '../base/media';
6 6
 import {
7 7
     DOMINANT_SPEAKER_CHANGED,
8 8
     PARTICIPANT_JOINED,

Laddar…
Avbryt
Spara