mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 15:03:34 +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,7 @@
|
||||
"use strict";
|
||||
|
||||
const {Filter} = require("./filter");
|
||||
|
||||
// This file is being eliminated as part of the general purge of
|
||||
// global variables from Zulip (everything is being moved into
|
||||
// modules). Please don't add things here.
|
||||
|
||||
Reference in New Issue
Block a user