add telegramvideo to packages/app-tore/index.ts (#9324)

`telegramvideo` seems to be missing and causing issue #9308
This commit is contained in:
il3ven
2023-06-06 11:24:54 +00:00
committed by GitHub
parent fbbc573f33
commit 2e9895aceb
+1
View File
@@ -30,6 +30,7 @@ const appStore = {
facetime: () => import("./facetime"),
sylapsvideo: () => import("./sylapsvideo"),
"zoho-bigin": () => import("./zoho-bigin"),
telegramvideo: () => import("./telegram"),
};
export default appStore;