compose: Add brief comments documenting the modules.

This commit is contained in:
Tim Abbott
2023-04-06 19:58:17 -07:00
parent 0c706aeafc
commit f4dc5afe82
4 changed files with 11 additions and 0 deletions

View File

@@ -1,3 +1,5 @@
/* Main compose box module for sending messages. */
import autosize from "autosize";
import $ from "jquery";
import _ from "lodash";