From d0237cbb61e5c4d77c7b0cefc50891639646ee91 Mon Sep 17 00:00:00 2001 From: Ashm Walia <40498934+ashmgarv@users.noreply.github.com> Date: Thu, 22 Oct 2020 15:34:21 -0700 Subject: [TMA 236] Comments PR (#64) * Added comments count and retrieve comments * Working draft * The one before cleanup * Finally * Added time icon and major refactoring * Small fix for social media taggs * Addressed review comments --- src/components/index.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/components/index.ts') diff --git a/src/components/index.ts b/src/components/index.ts index 1b726051..46a7773f 100644 --- a/src/components/index.ts +++ b/src/components/index.ts @@ -3,3 +3,5 @@ export * from './onboarding'; export * from './profile'; export * from './search'; export * from './taggs'; +export * from './comments'; +export * from './moments'; -- cgit v1.2.3-70-g09d2