Export CallIntent

This commit is contained in:
Robert Long 2022-04-18 21:59:00 -07:00
parent 0f340282e7
commit 3ed9ae7098
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,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 {CallIntent} from "./matrix/calls/callEventTypes";
// export main view & view models
export {createNavigation, createRouter} from "./domain/navigation/index.js";
export {RootViewModel} from "./domain/RootViewModel.js";