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

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2021-02-28 12:29:50 -08:00
committed by Tim Abbott
parent ac4e293da5
commit 7ec3fc38fa
14 changed files with 19 additions and 22 deletions

View File

@@ -1,3 +1,4 @@
import * as input_pill from "./input_pill";
import * as people from "./people";
import * as user_pill from "./user_pill";
import * as util from "./util";