aboutsummaryrefslogtreecommitdiff
path: root/src/components/profile/index.ts
blob: eb65d50983865925e9c5233ffafe513205530d39 (plain)
1
2
3
4
5
6
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 '../profile/ProfilePreview';