aboutsummaryrefslogtreecommitdiff
path: root/src/utils/index.ts
diff options
context:
space:
mode:
authorLeon Jiang <35908040+leonyjiang@users.noreply.github.com>2021-03-10 22:59:36 -0500
committerLeon Jiang <35908040+leonyjiang@users.noreply.github.com>2021-03-10 22:59:36 -0500
commit603b6e1e7afe464538aa1ab1b6ec9f892266d01b (patch)
treee22fc1ee0e6b7551a55ee0a7376b33ce49e4f885 /src/utils/index.ts
parent1d86e3dc7af3f5fc8f8269257b6d4d23836986e9 (diff)
Refactor utils
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';