1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-08-05 00:42:10 +03:00
This commit is contained in:
Michael Telatynski
2021-08-10 10:22:40 +01:00
parent 0ad5ef4e9b
commit 1bcec53c6b
3 changed files with 2 additions and 3 deletions

View File

@@ -18,8 +18,6 @@ limitations under the License.
/** @module interactive-auth */
import url from "url";
import * as utils from "./utils";
import { logger } from './logger';
import { MatrixClient } from "./client";