diff options
| author | Shravya Ramesh <37447613+shravyaramesh@users.noreply.github.com> | 2020-11-20 13:20:49 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-20 16:20:49 -0500 |
| commit | 3214fc765cbce3c6f9092546424249d08622afb1 (patch) | |
| tree | 862aa8872d670195f2a33264f672782ea1077c9c /src/components/search/index.ts | |
| parent | 713d169915a82edfcfe4b44622e3dce8c6adaf0c (diff) | |
[TMA-375] Added discover users to explore (#119)
* Added discover users to explore
* Filtered following users out
* Removed reload button and filtering following users from discover page
* Wrapped contents
* Preview type in types.ts
Diffstat (limited to 'src/components/search/index.ts')
| -rw-r--r-- | src/components/search/index.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/search/index.ts b/src/components/search/index.ts index 47dccd8b..08052f77 100644 --- a/src/components/search/index.ts +++ b/src/components/search/index.ts @@ -4,3 +4,4 @@ export {default as SearchBar} from './SearchBar'; export {default as Explore} from './Explore'; export {default as SearchResultsBackground} from './SearchResultsBackground'; export {default as SearchResults} from './SearchResults'; +export {default as DiscoverUsers} from './DiscoverUsers'; |
