Bläddra i källkod

fix(remotecontrol): import of remote control

j8
hristoterezov 9 år sedan
förälder
incheckning
84be7fd739
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1
    1
      app.js

+ 1
- 1
app.js Visa fil

22
 import API from './modules/API/API';
22
 import API from './modules/API/API';
23
 
23
 
24
 import translation from "./modules/translation/translation";
24
 import translation from "./modules/translation/translation";
25
-import remoteControl from "./modules/remotecontrol/remotecontrol";
25
+import remoteControl from "./modules/remotecontrol/RemoteControl";
26
 
26
 
27
 const APP = {
27
 const APP = {
28
     // Used by do_external_connect.js if we receive the attach data after
28
     // Used by do_external_connect.js if we receive the attach data after

Laddar…
Avbryt
Spara