fix(ui): remove unused Lit import in overview view

This commit is contained in:
Peter Steinberger
2026-02-22 20:32:15 +01:00
parent f5814cc002
commit 078e1a7fc9

View File

@@ -1,4 +1,4 @@
import { html, nothing } from "lit";
import { html } from "lit";
import { ConnectErrorDetailCodes } from "../../../../src/gateway/protocol/connect-error-details.js";
import { t, i18n, type Locale } from "../../i18n/index.ts";
import { formatRelativeTimestamp, formatDurationHuman } from "../format.ts";