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

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2021-02-27 16:14:36 -08:00
committed by Tim Abbott
parent 9a0fc5cc87
commit 7e9b5efa8a
27 changed files with 55 additions and 44 deletions

View File

@@ -2,6 +2,7 @@ import render_message_edit_history from "../templates/message_edit_history.hbs";
import * as channel from "./channel";
import * as people from "./people";
import * as timerender from "./timerender";
import * as ui_report from "./ui_report";
const {format, isSameDay} = require("date-fns");