瀏覽代碼

fix(Thumbnail): imports.

j8
Hristo Terezov 4 年之前
父節點
當前提交
fdb8f76b90

+ 1
- 1
modules/UI/shared_video/SharedVideoThumb.js 查看文件

7
 import { Provider } from 'react-redux';
7
 import { Provider } from 'react-redux';
8
 
8
 
9
 import { i18next } from '../../../react/features/base/i18n';
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
 import SmallVideo from '../videolayout/SmallVideo';
11
 import SmallVideo from '../videolayout/SmallVideo';
12
 /* eslint-enable no-unused-vars */
12
 /* eslint-enable no-unused-vars */
13
 
13
 

+ 2
- 2
modules/UI/videolayout/SmallVideo.js 查看文件

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

+ 1
- 1
react/features/video-layout/middleware.web.js 查看文件

2
 
2
 
3
 import VideoLayout from '../../../modules/UI/videolayout/VideoLayout.js';
3
 import VideoLayout from '../../../modules/UI/videolayout/VideoLayout.js';
4
 import { CONFERENCE_WILL_LEAVE } from '../base/conference';
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
 import {
6
 import {
7
     DOMINANT_SPEAKER_CHANGED,
7
     DOMINANT_SPEAKER_CHANGED,
8
     PARTICIPANT_JOINED,
8
     PARTICIPANT_JOINED,

Loading…
取消
儲存