Change flow syntax

This commit is contained in:
Saúl Ibarra Corretgé 2018-05-24 17:04:58 +02:00
parent eb8a110daa
commit 1717ca89b3
2 changed files with 3 additions and 3 deletions

View file

@ -8,7 +8,7 @@ import config from '../../config';
/** /**
* Main component encapsulating the entire application. * Main component encapsulating the entire application.
*/ */
export default class App extends Component<{}> { export default class App extends Component<*> {
/** /**
* Initializes a new {@code App} instance. * Initializes a new {@code App} instance.
* *

View file

@ -14,9 +14,9 @@ import {
import config from '../../config'; import config from '../../config';
/** /**
* Jitsi Meet Window Component * Conference component.
*/ */
export default class Conference extends Component<{}> { export default class Conference extends Component<*> {
/** /**
* Attach the script * Attach the script
*/ */