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

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2021-03-25 14:35:45 -07:00
committed by Tim Abbott
parent bb1b2048bd
commit 38ffd47b90
158 changed files with 297 additions and 270 deletions

View File

@@ -8,6 +8,7 @@ import * as channel from "./channel";
import * as keydown_util from "./keydown_util";
import {ListCursor} from "./list_cursor";
import * as narrow from "./narrow";
import {page_params} from "./page_params";
import * as people from "./people";
import * as pm_list from "./pm_list";
import * as popovers from "./popovers";