mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 22:13:26 +00:00
js: Convert static/js/search.js to ES6 module.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
9d9c716dd2
commit
b9137e3de8
@@ -34,6 +34,7 @@ const reload = require("./reload");
|
||||
const resize = require("./resize");
|
||||
const rows = require("./rows");
|
||||
const scroll_bar = require("./scroll_bar");
|
||||
const search = require("./search");
|
||||
const sent_messages = require("./sent_messages");
|
||||
const settings_panel_menu = require("./settings_panel_menu");
|
||||
const settings_toggle = require("./settings_toggle");
|
||||
|
||||
Reference in New Issue
Block a user