expo-popcore-old/components/profile/index.ts

10 lines
479 B
TypeScript

export { ProfileScreen, default } from './profile-screen';
export { ProfileHeader } from './profile-header';
export { ProfileIdentity } from './profile-identity';
export { ContentTabs } from './content-tabs';
export { ContentGallery } from './content-gallery';
export { ProfileEmptyState } from './profile-empty-state';
export { ProfileLoadingState } from './profile-loading-state';
export { ProfileErrorState } from './profile-error-state';
export { Divider } from './divider';