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

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2021-02-10 08:13:30 -08:00
committed by Tim Abbott
parent da277afa3b
commit 309f6e59a1

View File

@@ -1,5 +1,3 @@
"use strict";
$(() => {
// This code will be executed when the user visits /emails in
// development mode and email_log.html is rendered.
@@ -45,3 +43,4 @@ $(() => {
});
});
});
export {};