mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 05:53:43 +00:00
js: Convert static/js/message_list_data.js to ES6 module.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
f9c4b5438e
commit
6ff28577cc
@@ -1,5 +1,6 @@
|
||||
"use strict";
|
||||
|
||||
const {MessageListData} = require("./message_list_data");
|
||||
const people = require("./people");
|
||||
const search_pill = require("./search_pill");
|
||||
const topic_generator = require("./topic_generator");
|
||||
|
||||
Reference in New Issue
Block a user