compose_closed_ui: Migrate module to TypeScript.

This commit is contained in:
Temidayo32
2024-04-11 17:44:26 +00:00
committed by Tim Abbott
parent 28c13f6d0e
commit 91bd6e2b12
3 changed files with 37 additions and 21 deletions

View File

@@ -69,7 +69,7 @@ EXEMPT_FILES = make_set(
"web/src/compose_actions.ts",
"web/src/compose_banner.ts",
"web/src/compose_call_ui.js",
"web/src/compose_closed_ui.js",
"web/src/compose_closed_ui.ts",
"web/src/compose_fade.ts",
"web/src/compose_notifications.ts",
"web/src/compose_popovers.js",