diff options
Diffstat (limited to 'src/components/profile/index.ts')
-rw-r--r-- | src/components/profile/index.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/components/profile/index.ts b/src/components/profile/index.ts index dc3872b1..260f4217 100644 --- a/src/components/profile/index.ts +++ b/src/components/profile/index.ts @@ -4,6 +4,7 @@ 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 Friends} from './Friends'; export {default as ProfileMoreInfoDrawer} from './ProfileMoreInfoDrawer'; export {default as MomentMoreInfoDrawer} from './MomentMoreInfoDrawer'; +export {default as UniversityIcon} from './UniversityIcon'; |