review: rename ec-error file to error

This commit is contained in:
Valere
2025-02-28 12:04:49 +01:00
parent 4701e413fd
commit f8a5de604f
6 changed files with 7 additions and 9 deletions

View File

@@ -61,7 +61,7 @@ import { callEventAudioSounds } from "./CallEventAudioRenderer";
import { useLatest } from "../useLatest";
import { usePageTitle } from "../usePageTitle";
import { ErrorView } from "../ErrorView";
import { ConnectionLostError, ElementCallError } from "../utils/ec-errors.ts";
import { ConnectionLostError, ElementCallError } from "../utils/errors.ts";
import { ElementCallRichError } from "../RichError.tsx";
declare global {

View File

@@ -97,7 +97,7 @@ import {
useSetting,
} from "../settings/settings";
import { ReactionsReader } from "../reactions/ReactionsReader";
import { ConnectionLostError } from "../utils/ec-errors.ts";
import { ConnectionLostError } from "../utils/errors.ts";
const canScreenshare = "getDisplayMedia" in (navigator.mediaDevices ?? {});