chore(ts): use source import extensions

This commit is contained in:
Armin Ronacher
2026-05-20 00:04:03 +02:00
parent 06c6c324d7
commit ae9450dc51
259 changed files with 1483 additions and 1300 deletions
@@ -3,9 +3,9 @@ import { LitElement } from "lit";
import { customElement, property } from "lit/decorators.js";
import { html } from "lit/html.js";
import { FileSpreadsheet, FileText, X } from "lucide";
import { AttachmentOverlay } from "../dialogs/AttachmentOverlay.js";
import type { Attachment } from "../utils/attachment-utils.js";
import { i18n } from "../utils/i18n.js";
import { AttachmentOverlay } from "../dialogs/AttachmentOverlay.ts";
import type { Attachment } from "../utils/attachment-utils.ts";
import { i18n } from "../utils/i18n.ts";
@customElement("attachment-tile")
export class AttachmentTile extends LitElement {