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

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2021-02-27 15:49:06 -08:00
committed by Tim Abbott
parent 527b6a36b3
commit ea01e6da5e
15 changed files with 47 additions and 44 deletions

View File

@@ -1,6 +1,7 @@
"use strict";
const channel = require("./channel");
const compose_fade = require("./compose_fade");
const {Filter} = require("./filter");
const {MessageListData} = require("./message_list_data");
const narrow_state = require("./narrow_state");