aboutsummaryrefslogtreecommitdiffstats
path: root/src/js/wifi.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/js/wifi.js')
-rw-r--r--src/js/wifi.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/js/wifi.js b/src/js/wifi.js
index 15d9173..49a2543 100644
--- a/src/js/wifi.js
+++ b/src/js/wifi.js
@@ -1,4 +1,4 @@
-import { network } from 'agl-js-api';
+import * as network from './agl_stubs_network';
import Mustache from 'mustache';
import { load as load_template } from './templates';
import * as app from './app';