also export LoadStatus

This commit is contained in:
Bruno Windels 2021-10-01 12:49:30 +02:00
parent f89d169ef3
commit aac0e74b9d
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ limitations under the License.
*/
// types need to bootstrap a SessionContainer
export {SessionContainer} from "./matrix/SessionContainer.js";
export {SessionContainer, LoadStatus} from "./matrix/SessionContainer.js";
export {Session} from "./matrix/Session.js";
export {Sync} from "./matrix/Sync.js";
export {Room} from "./matrix/room/Room.js";