mirror of
https://github.com/zulip/zulip.git
synced 2025-11-12 01:47:41 +00:00
js: Convert static/js/common.js to ES6 module.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
4df3fef88f
commit
a3e6ebb04c
@@ -2,6 +2,7 @@
|
||||
|
||||
const SimpleBar = require("simplebar/dist/simplebar");
|
||||
|
||||
const common = require("./common");
|
||||
const {localstorage} = require("./localstorage");
|
||||
|
||||
// What, if anything, obscures the home tab?
|
||||
|
||||
Reference in New Issue
Block a user