ref(LargeVideo): rename to LargeVideoManager

It is confusing when the name of the main class exported from the file
is not the same as the filename.
This commit is contained in:
paweldomas 2016-09-21 15:42:40 -05:00
parent e0a05c5908
commit e39648ce21
2 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ import UIEvents from "../../../service/UI/UIEvents";
import UIUtil from "../util/UIUtil";
import RemoteVideo from "./RemoteVideo";
import LargeVideoManager from "./LargeVideo";
import LargeVideoManager from "./LargeVideoManager";
import {VIDEO_CONTAINER_TYPE} from "./VideoContainer";
import {SHARED_VIDEO_CONTAINER_TYPE} from '../shared_video/SharedVideo';
import LocalVideo from "./LocalVideo";