diff options
author | Shravya Ramesh <shravs1208@gmail.com> | 2021-04-09 11:28:36 -0700 |
---|---|---|
committer | Shravya Ramesh <shravs1208@gmail.com> | 2021-04-09 11:28:36 -0700 |
commit | 0a09c73cabc656b85465102b8e266e1a0cc1fdf2 (patch) | |
tree | 232efbce79e262645c23ffb172e074f8e034e551 /src/utils/index.ts | |
parent | 4378df9cc0343e9869a74f6db2eaea67d103bfdf (diff) |
Added a function to utils to connect a chat user
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 739e6fb8..4ff9afac 100644 --- a/src/utils/index.ts +++ b/src/utils/index.ts @@ -4,3 +4,4 @@ export * from './common'; export * from './users'; export * from './friends'; export * from './search'; +export * from './messages'; |