fix(video-layout) fix incorrect import of isStageFilmstripEnabled
This commit is contained in:
parent
f503bd7352
commit
23c7ac4da4
react/features/video-layout
|
@ -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';
|
||||
|
|
Loading…
Reference in New Issue