chore: remove some cycles

This commit is contained in:
Saúl Ibarra Corretgé
2020-07-24 14:14:33 +02:00
committed by Saúl Ibarra Corretgé
parent af5d4c850b
commit a67d0fbf6c
59 changed files with 65 additions and 113 deletions

View File

@@ -30,7 +30,7 @@ import {
participantUpdated
} from '../../../base/participants';
import { connect, equals } from '../../../base/redux';
import { OverflowMenuItem } from '../../../base/toolbox';
import { OverflowMenuItem } from '../../../base/toolbox/components';
import { getLocalVideoTrack, toggleScreensharing } from '../../../base/tracks';
import { VideoBlurButton } from '../../../blur';
import { CHAT_SIZE, ChatCounter, toggleChat } from '../../../chat';