aboutsummaryrefslogtreecommitdiff
path: root/src/utils/index.ts
diff options
context:
space:
mode:
authorIvan Chen <ivan@tagg.id>2021-03-12 14:33:16 -0500
committerGitHub <noreply@github.com>2021-03-12 14:33:16 -0500
commit3585aacbcfe148fa7ce1ed5d3d3fd33ac784be48 (patch)
tree9b4ff60063ccb7f14b9865e24e59502ae20db576 /src/utils/index.ts
parentf810a63d3cd0be2e9fefda747189cd0b3f8ceb86 (diff)
parent5eabfa9af6df007bdee61382b4061db8ad5f0683 (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.ts1
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';