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

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2021-02-27 15:37:57 -08:00
committed by Tim Abbott
parent 98c4ffa700
commit 977e7dfe07
17 changed files with 76 additions and 61 deletions

View File

@@ -4,6 +4,7 @@ const render_recent_topic_row = require("../templates/recent_topic_row.hbs");
const render_recent_topics_filters = require("../templates/recent_topics_filters.hbs");
const render_recent_topics_body = require("../templates/recent_topics_table.hbs");
const drafts = require("./drafts");
const {localstorage} = require("./localstorage");
const people = require("./people");