mirror of https://github.com/espruino/BangleApps
Fix missing module requirement
parent
a3ada12a92
commit
cc5a1f5d5a
|
@ -1,5 +1,6 @@
|
|||
const Layout = require("Layout");
|
||||
const heatshrink = require('heatshrink');
|
||||
const storage = require('storage');
|
||||
|
||||
let tStart;
|
||||
let historyY = [];
|
||||
|
|
Loading…
Reference in New Issue