fix(filmstrip): Import from base/tracks.

This commit is contained in:
Hristo Terezov 2021-01-07 14:39:21 -06:00
parent e990f6984a
commit 9bae7099dd
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ import {
getTrackByMediaTypeAndParticipant,
isLocalTrackMuted,
isRemoteTrackMuted
} from '../base/tracks';
} from '../base/tracks/functions';
import { TILE_ASPECT_RATIO } from './constants';