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