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

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2021-02-10 08:01:31 -08:00
committed by Tim Abbott
parent f3af16db3f
commit 5655e326c9
17 changed files with 21 additions and 37 deletions

View File

@@ -5,6 +5,7 @@ const _ = require("lodash");
const render_compose_notification = require("../templates/compose_notification.hbs");
const render_notification = require("../templates/notification.hbs");
const alert_words = require("./alert_words");
const favicon = require("./favicon");
const people = require("./people");
const settings_config = require("./settings_config");