es lint fixes

This commit is contained in:
Valere
2025-11-03 13:18:33 +01:00
parent 4c5f06a8a9
commit a7d2a3b9db
5 changed files with 9 additions and 11 deletions

View File

@@ -134,7 +134,7 @@ import {
type SpotlightLandscapeLayoutMedia,
type SpotlightPortraitLayoutMedia,
} from "./layout-types.ts";
import { ElementCallError, UnknownCallError } from "../utils/errors.ts";
import { type ElementCallError, UnknownCallError } from "../utils/errors.ts";
import { ObservableScope } from "./ObservableScope.ts";
import { memberDisplaynames$ } from "./remoteMembers/displayname.ts";
import { ConnectionManager } from "./remoteMembers/ConnectionManager.ts";