From 9bae7099dd4c8d200f38e6b93e63e45faa7a2752 Mon Sep 17 00:00:00 2001 From: Hristo Terezov Date: Thu, 7 Jan 2021 14:39:21 -0600 Subject: [PATCH] fix(filmstrip): Import from base/tracks. --- react/features/filmstrip/functions.web.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/react/features/filmstrip/functions.web.js b/react/features/filmstrip/functions.web.js index cf4415df0..fd36a0af5 100644 --- a/react/features/filmstrip/functions.web.js +++ b/react/features/filmstrip/functions.web.js @@ -14,7 +14,7 @@ import { getTrackByMediaTypeAndParticipant, isLocalTrackMuted, isRemoteTrackMuted -} from '../base/tracks'; +} from '../base/tracks/functions'; import { TILE_ASPECT_RATIO } from './constants';