mirror of
https://github.com/zulip/zulip.git
synced 2025-11-20 22:48:16 +00:00
js: Convert static/js/channel.js to ES6 module.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
1dafb143e3
commit
09920af211
@@ -1,5 +1,6 @@
|
||||
"use strict";
|
||||
|
||||
const channel = require("./channel");
|
||||
const huddle_data = require("./huddle_data");
|
||||
const people = require("./people");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user