|
@@ -1,6 +1,8 @@
|
1
|
1
|
/* @flow */
|
2
|
|
-
|
3
|
|
-import { SET_CONFIG } from '../config';
|
|
2
|
+// FIXME: Using '../config/actionTypes' instead of '../config' is a quick fix
|
|
3
|
+// for the dial-in info page. Importing '../config' results in JitsiMeetJS
|
|
4
|
+// undefined error (/base/config imports /app which import /lib-jitsi-meet/).
|
|
5
|
+import { SET_CONFIG } from '../config/actionTypes';
|
4
|
6
|
import { MiddlewareRegistry } from '../redux';
|
5
|
7
|
|
6
|
8
|
declare var APP: Object;
|