|
|
|
|
12
|
import { MiddlewareRegistry, StateListenerRegistry } from '../base/redux';
|
12
|
import { MiddlewareRegistry, StateListenerRegistry } from '../base/redux';
|
13
|
import { TRACK_REMOVED } from '../base/tracks';
|
13
|
import { TRACK_REMOVED } from '../base/tracks';
|
14
|
import { SET_DOCUMENT_EDITING_STATUS } from '../etherpad';
|
14
|
import { SET_DOCUMENT_EDITING_STATUS } from '../etherpad';
|
15
|
-import { isStageFilmstripEnabled } from '../filmstrip/functions.web';
|
|
|
|
|
15
|
+import { isStageFilmstripEnabled } from '../filmstrip/functions';
|
16
|
import { isFollowMeActive } from '../follow-me';
|
16
|
import { isFollowMeActive } from '../follow-me';
|
17
|
|
17
|
|
18
|
import { SET_TILE_VIEW } from './actionTypes';
|
18
|
import { SET_TILE_VIEW } from './actionTypes';
|