|
1 | | -// import * as example from "./_example"; |
2 | | -import * as applecalendar from "./applecalendar"; |
3 | | -import * as caldavcalendar from "./caldavcalendar"; |
4 | | -import * as closecom from "./closecom"; |
5 | | -import * as dailyvideo from "./dailyvideo"; |
6 | | -import * as exchange2013calendar from "./exchange2013calendar"; |
7 | | -import * as exchange2016calendar from "./exchange2016calendar"; |
8 | | -import * as exchangecalendar from "./exchangecalendar"; |
9 | | -import * as facetime from "./facetime"; |
10 | | -import * as giphy from "./giphy"; |
11 | | -import * as googlecalendar from "./googlecalendar"; |
12 | | -import * as googlevideo from "./googlevideo"; |
13 | | -import * as hubspot from "./hubspot"; |
14 | | -import * as huddle01video from "./huddle01video"; |
15 | | -import * as jitsivideo from "./jitsivideo"; |
16 | | -import * as larkcalendar from "./larkcalendar"; |
17 | | -import * as office365calendar from "./office365calendar"; |
18 | | -import * as office365video from "./office365video"; |
19 | | -import * as plausible from "./plausible"; |
20 | | -import * as salesforce from "./salesforce"; |
21 | | -import * as sendgrid from "./sendgrid"; |
22 | | -import * as stripepayment from "./stripepayment"; |
23 | | -import * as sylapsvideo from "./sylapsvideo"; |
24 | | -import * as tandemvideo from "./tandemvideo"; |
25 | | -import * as vital from "./vital"; |
26 | | -import * as wipemycalother from "./wipemycalother"; |
27 | | -import * as zapier from "./zapier"; |
28 | | -import * as zohocrm from "./zohocrm"; |
29 | | -import * as zoomvideo from "./zoomvideo"; |
30 | | - |
31 | 1 | const appStore = { |
32 | | - // example, |
33 | | - applecalendar, |
34 | | - caldavcalendar, |
35 | | - closecom, |
36 | | - dailyvideo, |
37 | | - googlecalendar, |
38 | | - googlevideo, |
39 | | - hubspot, |
40 | | - huddle01video, |
41 | | - jitsivideo, |
42 | | - sylapsvideo, |
43 | | - larkcalendar, |
44 | | - office365calendar, |
45 | | - office365video, |
46 | | - plausible, |
47 | | - salesforce, |
48 | | - zohocrm, |
49 | | - sendgrid, |
50 | | - stripepayment, |
51 | | - tandemvideo, |
52 | | - vital, |
53 | | - zoomvideo, |
54 | | - wipemycalother, |
55 | | - giphy, |
56 | | - zapier, |
57 | | - exchange2013calendar, |
58 | | - exchange2016calendar, |
59 | | - exchangecalendar, |
60 | | - facetime, |
| 2 | + // example: import("./example"), |
| 3 | + applecalendar: import("./applecalendar"), |
| 4 | + caldavcalendar: import("./caldavcalendar"), |
| 5 | + closecom: import("./closecom"), |
| 6 | + dailyvideo: import("./dailyvideo"), |
| 7 | + googlecalendar: import("./googlecalendar"), |
| 8 | + googlevideo: import("./googlevideo"), |
| 9 | + hubspot: import("./hubspot"), |
| 10 | + huddle01video: import("./huddle01video"), |
| 11 | + jitsivideo: import("./jitsivideo"), |
| 12 | + larkcalendar: import("./larkcalendar"), |
| 13 | + office365calendar: import("./office365calendar"), |
| 14 | + office365video: import("./office365video"), |
| 15 | + plausible: import("./plausible"), |
| 16 | + salesforce: import("./salesforce"), |
| 17 | + zohocrm: import("./zohocrm"), |
| 18 | + sendgrid: import("./sendgrid"), |
| 19 | + stripepayment: import("./stripepayment"), |
| 20 | + tandemvideo: import("./tandemvideo"), |
| 21 | + vital: import("./vital"), |
| 22 | + zoomvideo: import("./zoomvideo"), |
| 23 | + wipemycalother: import("./wipemycalother"), |
| 24 | + giphy: import("./giphy"), |
| 25 | + zapier: import("./zapier"), |
| 26 | + exchange2013calendar: import("./exchange2013calendar"), |
| 27 | + exchange2016calendar: import("./exchange2016calendar"), |
| 28 | + exchangecalendar: import("./exchangecalendar"), |
| 29 | + facetime: import("./facetime"), |
| 30 | + sylapsvideo: import("./sylapsvideo"), |
61 | 31 | }; |
62 | 32 |
|
63 | 33 | export default appStore; |
0 commit comments