You've already forked matrix-js-sdk
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:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user