Jitsi Video App migration (#2027)

* Jitsi Video App migration

* Removing uneeded dependencies

* Missed unused reference

* Missing dependency

`@calcom/lib` is needed in the `locationOption.ts` file

Co-authored-by: Omar López <zomars@me.com>
This commit is contained in:
Leo Giovanetti 2022-03-07 15:17:26 -03:00 committed by GitHub
parent 67564fdb35
commit d21d53000e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,8 +7,8 @@ import * as zoomvideo from "./zoomvideo";
const appStore = {
example,
dailyvideo,
jitsivideo,
huddle01video,
jitsivideo,
zoomvideo,
};