mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-02-10 16:00:19 +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.
7 lines
138 B
JavaScript
7 lines
138 B
JavaScript
export * from './actions';
|
|
export * from './actionTypes';
|
|
export * from './components';
|
|
export * from './functions';
|
|
|
|
import './reducer';
|