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

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2021-02-10 08:03:01 -08:00
committed by Tim Abbott
parent 6775715b9f
commit 229aacb819
6 changed files with 2 additions and 10 deletions

View File

@@ -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