aboutsummaryrefslogtreecommitdiffstats
path: root/src/js/network.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/js/network.js')
-rw-r--r--src/js/network.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/js/network.js b/src/js/network.js
index 3e1caad..054309e 100644
--- a/src/js/network.js
+++ b/src/js/network.js
@@ -1,5 +1,5 @@
import { load as load_template } from './templates';
-import { network } from 'agl-js-api';
+import * as network from './agl_stubs_network';
import Mustache from 'mustache';
var configjson = require('../config.json');
@@ -37,4 +37,4 @@ export function init(node) {
network.on_global_state(function(result) {
console.log('GLOBAL SATATE', result);
});
-} \ No newline at end of file
+}