index.ts 182 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 export * from './configureStore'; import rootActions from './rootActions'; export { rootActions }; import Types from 'local-types'; export type ApplicationState = Types.RootState;