mirror of
https://github.com/zulip/zulip.git
synced 2025-11-14 02:48:00 +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
@@ -12,6 +12,7 @@ const message_scroll = require("./message_scroll");
|
||||
const narrow_state = require("./narrow_state");
|
||||
const people = require("./people");
|
||||
const resize = require("./resize");
|
||||
const search = require("./search");
|
||||
const search_pill = require("./search_pill");
|
||||
const stream_data = require("./stream_data");
|
||||
const stream_topic_history = require("./stream_topic_history");
|
||||
|
||||
Reference in New Issue
Block a user