Merge pull request #680 from vector-im/bwindels/export-roomstatus

export RoomStatus in SDK
This commit is contained in:
Bruno Windels 2022-02-17 09:51:12 +01:00 committed by GitHub
commit 2821f4d396
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ limitations under the License.
export {Platform} from "./platform/web/Platform.js";
export {Client, LoadStatus} from "./matrix/Client.js";
export {RoomStatus} from "./matrix/room/common";
// export main view & view models
export {createNavigation, createRouter} from "./domain/navigation/index.js";
export {RootViewModel} from "./domain/RootViewModel.js";