mirror of
https://github.com/zulip/zulip.git
synced 2025-11-15 19:31:58 +00:00
js: Convert static/js/user_search.js to ES6 module.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
6775715b9f
commit
229aacb819
@@ -3,6 +3,7 @@
|
||||
const _ = require("lodash");
|
||||
|
||||
const people = require("./people");
|
||||
const {UserSearch} = require("./user_search");
|
||||
|
||||
/*
|
||||
Helpers for detecting user activity and managing user idle states
|
||||
|
||||
Reference in New Issue
Block a user