eslint: Fix unicorn/require-module-specifiers.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2025-07-21 16:57:51 -07:00
committed by Tim Abbott
parent adf10dcab9
commit abe36b2c3d

View File

@@ -61,4 +61,3 @@ void (async () => {
document.querySelector<HTMLParagraphElement>("p#done")!.hidden = false;
window.location.href = "/accounts/login/subdomain/" + encodeURIComponent(token);
})();
export {};