js: Convert static/js/search.js to ES6 module.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2021-02-27 16:04:58 -08:00
committed by Tim Abbott
parent 9d9c716dd2
commit b9137e3de8
15 changed files with 43 additions and 44 deletions

View File

@@ -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");