mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 21:43:21 +00:00
js: Convert static/js/keydown_util.js to ES6 module.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
d5740d43f3
commit
f85924dd0a
@@ -2,6 +2,7 @@
|
||||
|
||||
const _ = require("lodash");
|
||||
|
||||
const keydown_util = require("./keydown_util");
|
||||
const {ListCursor} = require("./list_cursor");
|
||||
const people = require("./people");
|
||||
const {UserSearch} = require("./user_search");
|
||||
|
||||
Reference in New Issue
Block a user