fix(video-layout) fix incorrect import of isStageFilmstripEnabled

This commit is contained in:
Saúl Ibarra Corretgé 2022-03-29 14:35:49 +02:00 committed by Saúl Ibarra Corretgé
parent f503bd7352
commit 23c7ac4da4
1 changed files with 1 additions and 1 deletions
react/features/video-layout

View File

@ -12,7 +12,7 @@ import {
import { MiddlewareRegistry, StateListenerRegistry } from '../base/redux';
import { TRACK_REMOVED } from '../base/tracks';
import { SET_DOCUMENT_EDITING_STATUS } from '../etherpad';
import { isStageFilmstripEnabled } from '../filmstrip/functions.web';
import { isStageFilmstripEnabled } from '../filmstrip/functions';
import { isFollowMeActive } from '../follow-me';
import { SET_TILE_VIEW } from './actionTypes';