mirror of
https://github.com/zulip/zulip.git
synced 2025-11-07 07:23:22 +00:00
topic_popover: Convert module to TypeScript.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
5d94541b6d
commit
d8d8e620e7
@@ -133,7 +133,7 @@ import * as thumbnail from "./thumbnail.ts";
|
||||
import * as timerender from "./timerender.ts";
|
||||
import * as tippyjs from "./tippyjs.ts";
|
||||
import * as topic_list from "./topic_list.ts";
|
||||
import * as topic_popover from "./topic_popover.js";
|
||||
import * as topic_popover from "./topic_popover.ts";
|
||||
import * as transmit from "./transmit.js";
|
||||
import * as typeahead_helper from "./typeahead_helper.ts";
|
||||
import * as typing from "./typing.ts";
|
||||
|
||||
Reference in New Issue
Block a user