5 lines
119 B
TypeScript

export * from './commonreducers';
export * from './store';
export * from './rootReducer';
export * from './migration';