aboutsummaryrefslogtreecommitdiff
path: root/src/components/profile/index.ts
diff options
context:
space:
mode:
authorIvan Chen <ivan@tagg.id>2021-06-07 17:53:27 -0400
committerGitHub <noreply@github.com>2021-06-07 17:53:27 -0400
commit5ef5b0776cbbde697919308bbfbab2aed00ca493 (patch)
tree0180365917b8483c660435381fb1e83393caee45 /src/components/profile/index.ts
parent63c5de57ea2989fd2b66211a06b51bb42c5d20ea (diff)
parentc18b2436897cd92e7a33c33c75e13dba1fec8ffe (diff)
Merge pull request #455 from IvanIFChen/tma878-profile-badges
[TMA-878] Profile Badges
Diffstat (limited to 'src/components/profile/index.ts')
-rw-r--r--src/components/profile/index.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/profile/index.ts b/src/components/profile/index.ts
index c544c3f2..faf273d9 100644
--- a/src/components/profile/index.ts
+++ b/src/components/profile/index.ts
@@ -9,3 +9,4 @@ export {default as ProfileMoreInfoDrawer} from './ProfileMoreInfoDrawer';
export {default as MomentMoreInfoDrawer} from './MomentMoreInfoDrawer';
export {default as UniversityIcon} from './UniversityIcon';
export {default as TaggAvatar} from './TaggAvatar';
+export {default as ProfileBadges} from './ProfileBadges';