Skip to content
Snippets Groups Projects
Commit 1717ca89 authored by Saúl Ibarra Corretgé's avatar Saúl Ibarra Corretgé
Browse files

Change flow syntax

parent eb8a110d
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ import config from '../../config'; ...@@ -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.
* *
......
...@@ -14,9 +14,9 @@ import { ...@@ -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
*/ */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment