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

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2021-02-27 16:16:59 -08:00
committed by Tim Abbott
parent 5ebc3f1477
commit 542a77f5d5
7 changed files with 19 additions and 25 deletions

View File

@@ -19,6 +19,7 @@ import * as markdown from "./markdown";
import * as notifications from "./notifications";
import * as peer_data from "./peer_data";
import * as people from "./people";
import * as reminder from "./reminder";
import * as rendered_markdown from "./rendered_markdown";
import * as resize from "./resize";
import * as rtl from "./rtl";