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

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2021-02-27 16:24:30 -08:00
committed by Tim Abbott
parent 5438a04b84
commit a0caabe6c7
10 changed files with 30 additions and 33 deletions

View File

@@ -6,6 +6,7 @@ import render_settings_edit_embedded_bot_service from "../templates/settings/edi
import render_settings_edit_outgoing_webhook_service from "../templates/settings/edit_outgoing_webhook_service.hbs";
import * as avatar from "./avatar";
import * as bot_data from "./bot_data";
import * as channel from "./channel";
import * as loading from "./loading";
import * as overlays from "./overlays";