]> git.wh0rd.org - chrome-ext/clearhistory-advance-fork.git/blobdiff - javascript/options.js
convert JS to ES6 modules
[chrome-ext/clearhistory-advance-fork.git] / javascript / options.js
index e5d53ec5de7f1b5f2d13ad31e717b045a3aa6ceb..5f81fea950eeca9e347e52c3ca531e231a1e388f 100644 (file)
@@ -5,6 +5,9 @@
  * @author arunjit@google.com (Arunjit Singh)
  */
 
+import {CONSTANTS} from './background.js';
+import {getUnitsForTime} from './util.js';
+
 window.addEventListener('load', init, false);
 
 /**