4 lines
107 B
TypeScript

export * from './homeScreen';
export { default as homeReducer } from './reducer';
export * from './thunk';