Saúl Ibarra Corretgé dc246960df feat(App): refactor App and split it into BaseApp and App
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.
2018-07-12 11:28:19 -05:00

7 lines
138 B
JavaScript

export * from './actions';
export * from './actionTypes';
export * from './components';
export * from './functions';
import './reducer';