fix(remotecontrol): import of remote control
This commit is contained in:
parent
5d269ad0aa
commit
84be7fd739
2
app.js
2
app.js
|
@ -22,7 +22,7 @@ import conference from './conference';
|
||||||
import API from './modules/API/API';
|
import API from './modules/API/API';
|
||||||
|
|
||||||
import translation from "./modules/translation/translation";
|
import translation from "./modules/translation/translation";
|
||||||
import remoteControl from "./modules/remotecontrol/remotecontrol";
|
import remoteControl from "./modules/remotecontrol/RemoteControl";
|
||||||
|
|
||||||
const APP = {
|
const APP = {
|
||||||
// Used by do_external_connect.js if we receive the attach data after
|
// Used by do_external_connect.js if we receive the attach data after
|
||||||
|
|
Loading…
Reference in New Issue