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

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2021-02-23 20:00:56 -08:00
committed by Tim Abbott
parent f9c4b5438e
commit 6ff28577cc
13 changed files with 9 additions and 20 deletions

View File

@@ -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");