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