Export components by default

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
Šimon Brandner 2021-08-07 08:54:40 +02:00
parent 2f904cccce
commit 5c90736213
No known key found for this signature in database
GPG key ID: CC823428E9B582FB
4 changed files with 6 additions and 4 deletions

View file

@ -55,7 +55,7 @@ interface IState {
* (PiP mode). It displays the call(s) which is *not* in the room the user is currently viewing.
*/
@replaceableComponent("views.voip.PictureInPictureDragger")
export class PictureInPictureDragger extends React.Component<IProps, IState> {
export default class PictureInPictureDragger extends React.Component<IProps, IState> {
private callViewWrapper = createRef<HTMLDivElement>();
private initX = 0;
private initY = 0;