fix(filmstrip): Import from base/tracks.
This commit is contained in:
parent
e990f6984a
commit
9bae7099dd
|
@ -14,7 +14,7 @@ import {
|
|||
getTrackByMediaTypeAndParticipant,
|
||||
isLocalTrackMuted,
|
||||
isRemoteTrackMuted
|
||||
} from '../base/tracks';
|
||||
} from '../base/tracks/functions';
|
||||
|
||||
import { TILE_ASPECT_RATIO } from './constants';
|
||||
|
||||
|
|
Loading…
Reference in New Issue