diff options
Diffstat (limited to 'src/components/profile/index.ts')
-rw-r--r-- | src/components/profile/index.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/profile/index.ts b/src/components/profile/index.ts index 4eb435df..e2063e26 100644 --- a/src/components/profile/index.ts +++ b/src/components/profile/index.ts @@ -4,5 +4,4 @@ export {default as Moment} from './Moment'; export {default as ProfileCutout} from './ProfileCutout'; export {default as ProfileBody} from './ProfileBody'; export {default as ProfileHeader} from './ProfileHeader'; -export {default as Feed} from './Feed'; export {default as CaptionScreenHeader} from './CaptionScreenHeader'; |