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.
6 lines
110 B
JavaScript
6 lines
110 B
JavaScript
export * from './actions';
|
|
export * from './components';
|
|
export * from './functions';
|
|
|
|
import './middleware';
|