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

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2021-02-27 15:45:40 -08:00
committed by Tim Abbott
parent 16668904c1
commit cfacf68fb8
33 changed files with 46 additions and 35 deletions

View File

@@ -1,6 +1,7 @@
import _ from "lodash";
import {FetchStatus} from "./fetch_status";
import {Filter} from "./filter";
import * as muting from "./muting";
import * as util from "./util";