1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-11-23 17:02:25 +03:00
This commit is contained in:
Kegan Dougal
2022-10-13 15:04:01 +01:00
parent e8be7af751
commit ac561b743b

View File

@@ -20,7 +20,7 @@ import { MediaPrefix } from "./prefix";
import * as utils from "../utils";
import * as callbacks from "../realtime-callbacks";
import { Method } from "./method";
import { ConnectionError, MatrixError } from "./errors";
import { ConnectionError } from "./errors";
import { parseErrorResponse } from "./utils";
export * from "./interface";