gear_menu: Move from TS to normal JS module.

Need to convert gear menu to popover.
This commit is contained in:
Aman Agrawal
2023-10-13 09:49:21 +00:00
committed by Tim Abbott
parent f91236f917
commit a5e60f47b6
3 changed files with 9 additions and 7 deletions

View File

@@ -104,7 +104,7 @@ EXEMPT_FILES = make_set(
"web/src/favicon.ts",
"web/src/feedback_widget.ts",
"web/src/flatpickr.ts",
"web/src/gear_menu.ts",
"web/src/gear_menu.js",
"web/src/giphy.js",
"web/src/global.d.ts",
"web/src/hash_util.ts",