web: Add explicit extensions to imports.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2024-11-11 18:59:37 -08:00
committed by Tim Abbott
parent 4e8d028c49
commit ec3177c834
507 changed files with 3767 additions and 3766 deletions

View File

@@ -2,9 +2,9 @@ import type {DebouncedFunc} from "lodash";
import _ from "lodash";
import {z} from "zod";
import * as channel from "./channel";
import type {Message} from "./message_store";
import * as starred_messages from "./starred_messages";
import * as channel from "./channel.ts";
import type {Message} from "./message_store.ts";
import * as starred_messages from "./starred_messages.ts";
export function send_flag_update_for_messages(msg_ids: number[], flag: string, op: string): void {
void channel.post({