1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-11-25 05:23:13 +03:00

Move new MatrixClient into place

This commit is contained in:
Travis Ralston
2021-05-31 22:46:25 -06:00
parent f027ddaf35
commit 67994f7a53
5 changed files with 3 additions and 2430 deletions

View File

@@ -18,7 +18,7 @@ import { MemoryCryptoStore } from "./crypto/store/memory-crypto-store";
import { MemoryStore } from "./store/memory";
import { MatrixScheduler } from "./scheduler";
import { MatrixClient } from "./client";
import { ICreateClientOpts } from "./1client";
import { ICreateClientOpts } from "./client";
export * from "./client";
export * from "./http-api";