index.ts 182 Bytes
export * from './configureStore';

import rootActions from './rootActions';
export { rootActions };

import Types from 'local-types';
export type ApplicationState = Types.RootState;