diff options
author | Leon Jiang <35908040+leonyjiang@users.noreply.github.com> | 2021-03-10 22:59:36 -0500 |
---|---|---|
committer | Leon Jiang <35908040+leonyjiang@users.noreply.github.com> | 2021-03-10 22:59:36 -0500 |
commit | 603b6e1e7afe464538aa1ab1b6ec9f892266d01b (patch) | |
tree | e22fc1ee0e6b7551a55ee0a7376b33ce49e4f885 /src/utils/index.ts | |
parent | 1d86e3dc7af3f5fc8f8269257b6d4d23836986e9 (diff) |
Refactor utils
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'; |