mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-03-07 04:00:23 +00:00
BaseApp does all the heavy-lifting related to creating the redux store, navigation, and so on. App currently handles URL props and actually triggering navigation based on them.
2 lines
48 B
JavaScript
2 lines
48 B
JavaScript
export { default as BaseApp } from './BaseApp';
|