js: Convert static/js/portico/integrations_dev_panel.js to ES6 module.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg 2021-02-10 08:13:41 -08:00 committed by Tim Abbott
parent 309f6e59a1
commit 89cd97ac05
1 changed files with 1 additions and 2 deletions

View File

@ -1,5 +1,3 @@
"use strict";
// Main JavaScript file for the integrations development panel at
// /devtools/integrations.
@ -375,3 +373,4 @@ $(() => {
$("#topic_name").on("change", update_url);
});
export {};