diff options
author | Ivan Chen <ivan@tagg.id> | 2021-03-12 14:33:16 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-12 14:33:16 -0500 |
commit | 3585aacbcfe148fa7ce1ed5d3d3fd33ac784be48 (patch) | |
tree | 9b4ff60063ccb7f14b9865e24e59502ae20db576 /src/utils/index.ts | |
parent | f810a63d3cd0be2e9fefda747189cd0b3f8ceb86 (diff) | |
parent | 5eabfa9af6df007bdee61382b4061db8ad5f0683 (diff) |
Merge pull request #293 from leonyjiang/tma683-dynamic-search-placeholder
[TMA-683] Dynamic Search Suggestions
Diffstat (limited to 'src/utils/index.ts')
-rw-r--r-- | src/utils/index.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/utils/index.ts b/src/utils/index.ts index 82c94100..739e6fb8 100644 --- a/src/utils/index.ts +++ b/src/utils/index.ts @@ -3,3 +3,4 @@ export * from './moments'; export * from './common'; export * from './users'; export * from './friends'; +export * from './search'; |