5 lines
125 B
TypeScript

export * from './profileScreen';
export * from './profileScreen.styles';
export * from './thunk';
export * from './reducer';