diff options
author | Shravya Ramesh <shravs1208@gmail.com> | 2021-02-17 11:46:40 -0800 |
---|---|---|
committer | Shravya Ramesh <shravs1208@gmail.com> | 2021-02-17 11:46:40 -0800 |
commit | 1974aac0a9c6df9f34d3236c7f70f84f9d766b91 (patch) | |
tree | b2d2420c649fa2790b256c90462e5c90a54daa21 /src/components/index.ts | |
parent | f71a4347854620d03c634bec532fdfeaf821bd44 (diff) |
Created two new profile preview types
Diffstat (limited to 'src/components/index.ts')
-rw-r--r-- | src/components/index.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/components/index.ts b/src/components/index.ts index 46a7773f..0a7c189b 100644 --- a/src/components/index.ts +++ b/src/components/index.ts @@ -5,3 +5,5 @@ export * from './search'; export * from './taggs'; export * from './comments'; export * from './moments'; +export * from './suggestedPeople'; + |