fix(video-menu/native) wrong import path

This commit is contained in:
Calin Chitu 2022-05-10 14:40:18 +03:00
parent 36578696bb
commit 171c6c6ebf
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ import { getParticipantDisplayName } from '../../../base/participants';
import { BaseIndicator } from '../../../base/react';
import { connect } from '../../../base/redux';
import { StyleType } from '../../../base/styles';
import { getSourceNameByParticipantId } from '../../../base/tracks';
import statsEmitter from '../../../connection-indicator/statsEmitter';
import styles from './styles';