mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 21:43:21 +00:00
js: Convert static/js/filter.js to ES6 module.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
16668904c1
commit
cfacf68fb8
@@ -1,5 +1,6 @@
|
||||
"use strict";
|
||||
|
||||
const {Filter} = require("./filter");
|
||||
const search_pill = require("./search_pill");
|
||||
|
||||
// Exported for unit testing
|
||||
|
||||
Reference in New Issue
Block a user