aboutsummaryrefslogtreecommitdiff
path: root/src/components/profile/index.ts
blob: 0f57347b29fff1847e66d1af00666b78c5509867 (plain)
1
2
3
4
5
6
7
8
export {default as Cover} from './Cover';
export {default as Content} from './Content';
export {default as ProfileCutout} from './ProfileCutout';
export {default as ProfileBody} from './ProfileBody';
export {default as ProfileHeader} from './ProfileHeader';
export {default as ProfilePreview} from './ProfilePreview';
export {default as Followers} from './Followers';
export {default as MoreInfoDrawer} from './MoreInfoDrawer';