aboutsummaryrefslogtreecommitdiff
path: root/src/components/profile/index.ts
diff options
context:
space:
mode:
authorIvan Chen <ivan@thetaggid.com>2020-10-08 16:26:16 -0400
committerGitHub <noreply@github.com>2020-10-08 16:26:16 -0400
commit6e3fe33e5e1d3818ef8bb942c1544581ab8c0688 (patch)
tree11d86adf5ef56efadf6a1edafdc33fdba20fab80 /src/components/profile/index.ts
parentcf0f22d4e86e44efee6ae1d4f23e0642df117b79 (diff)
[TMA-229] Moments Barebones (#50)
* added react native svg transformation to support svg icons * finished moments barebones view * resolved a warning from the svg file
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 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';