2022-02-22 20:05:50 +00:00
|
|
|
import * as example from "./_example";
|
2022-02-22 20:25:00 +00:00
|
|
|
import * as zoom_video from "./zoom_video";
|
2022-02-21 23:14:46 +00:00
|
|
|
|
|
|
|
const appStore = {
|
2022-02-22 20:05:50 +00:00
|
|
|
example,
|
2022-02-22 20:25:00 +00:00
|
|
|
zoom_video,
|
2022-02-21 23:14:46 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
export default appStore;
|