aboutsummaryrefslogtreecommitdiff
path: root/src/components/profile/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/profile/index.ts')
-rw-r--r--src/components/profile/index.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/profile/index.ts b/src/components/profile/index.ts
index 2052ee5b..e0ca5742 100644
--- a/src/components/profile/index.ts
+++ b/src/components/profile/index.ts
@@ -1,7 +1,6 @@
export {default as Cover} from './Cover';
export {default as Content} from './Content';
export {default as ProfileCutout} from './ProfileCutout';
-export {default as MomentsBar} from './MomentsBar';
export {default as ProfileBody} from './ProfileBody';
export {default as ProfileHeader} from './ProfileHeader';
export {default as Feed} from './Feed';