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

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2021-02-27 16:18:00 -08:00
committed by Tim Abbott
parent db6e3a41d3
commit 8e8a2840c4
13 changed files with 60 additions and 56 deletions

View File

@@ -29,6 +29,7 @@ import * as people from "./people";
import * as reminder from "./reminder";
import * as resize from "./resize";
import * as rows from "./rows";
import * as settings_account from "./settings_account";
import * as settings_config from "./settings_config";
import * as settings_data from "./settings_data";
import * as stream_popover from "./stream_popover";