mirror of
https://github.com/zulip/zulip-desktop.git
synced 2025-11-02 13:03:22 +00:00
Use .ts extensions for imports.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import type {TabPage, TabRole} from "../../../common/types.js";
|
||||
import type {TabPage, TabRole} from "../../../common/types.ts";
|
||||
|
||||
export type TabProperties = {
|
||||
role: TabRole;
|
||||
|
||||
Reference in New Issue
Block a user