mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 19:45:05 +01:00
also export LoadStatus
This commit is contained in:
parent
f89d169ef3
commit
aac0e74b9d
@ -15,7 +15,7 @@ limitations under the License.
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
// types need to bootstrap a SessionContainer
|
// 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 {Session} from "./matrix/Session.js";
|
||||||
export {Sync} from "./matrix/Sync.js";
|
export {Sync} from "./matrix/Sync.js";
|
||||||
export {Room} from "./matrix/room/Room.js";
|
export {Room} from "./matrix/room/Room.js";
|
||||||
|
Loading…
Reference in New Issue
Block a user