From fdb8f76b90ed6a443580efa31be13e4b9d492c66 Mon Sep 17 00:00:00 2001 From: Hristo Terezov Date: Wed, 6 Jan 2021 17:45:48 -0600 Subject: [PATCH] fix(Thumbnail): imports. --- modules/UI/shared_video/SharedVideoThumb.js | 2 +- modules/UI/videolayout/SmallVideo.js | 4 ++-- react/features/video-layout/middleware.web.js | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/UI/shared_video/SharedVideoThumb.js b/modules/UI/shared_video/SharedVideoThumb.js index af932286d..14eb94bde 100644 --- a/modules/UI/shared_video/SharedVideoThumb.js +++ b/modules/UI/shared_video/SharedVideoThumb.js @@ -7,7 +7,7 @@ import { I18nextProvider } from 'react-i18next'; import { Provider } from 'react-redux'; import { i18next } from '../../../react/features/base/i18n'; -import Thumbnail from '../../../react/features/filmstrip/components/web/Thumbnail'; +import { Thumbnail } from '../../../react/features/filmstrip'; import SmallVideo from '../videolayout/SmallVideo'; /* eslint-enable no-unused-vars */ diff --git a/modules/UI/videolayout/SmallVideo.js b/modules/UI/videolayout/SmallVideo.js index 2efd95e57..6a1a11253 100644 --- a/modules/UI/videolayout/SmallVideo.js +++ b/modules/UI/videolayout/SmallVideo.js @@ -30,9 +30,9 @@ import { ConnectionIndicator } from '../../../react/features/connection-indicato import { DisplayName } from '../../../react/features/display-name'; import { DominantSpeakerIndicator, - isVideoPlayable, RaisedHandIndicator, - StatusIndicators + StatusIndicators, + isVideoPlayable } from '../../../react/features/filmstrip'; import { LAYOUTS, diff --git a/react/features/video-layout/middleware.web.js b/react/features/video-layout/middleware.web.js index 44773f454..b8f9f3784 100644 --- a/react/features/video-layout/middleware.web.js +++ b/react/features/video-layout/middleware.web.js @@ -2,7 +2,7 @@ import VideoLayout from '../../../modules/UI/videolayout/VideoLayout.js'; import { CONFERENCE_WILL_LEAVE } from '../base/conference'; -import { MEDIA_TYPE } from '../base/media/index.js'; +import { MEDIA_TYPE } from '../base/media'; import { DOMINANT_SPEAKER_CHANGED, PARTICIPANT_JOINED,