mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 14:03:30 +00:00
js: Convert static/js/compose_ui.js to ES6 module.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
8191915e57
commit
dc95f06b62
@@ -1,5 +1,6 @@
|
||||
import TurndownService from "turndown/lib/turndown.cjs";
|
||||
|
||||
import * as compose_ui from "./compose_ui";
|
||||
import * as rows from "./rows";
|
||||
|
||||
function find_boundary_tr(initial_tr, iterate_row) {
|
||||
|
||||
Reference in New Issue
Block a user