diff options
author | Ivan Chen <ivan@thetaggid.com> | 2021-02-05 16:50:13 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-05 16:50:13 -0500 |
commit | 55914efe03da970f03970a2a9fa85196fce41b75 (patch) | |
tree | d475e92b463926fc4430b02fb80350aa50aefa1f /src/utils/index.ts | |
parent | f591dd437a1273d99709aa6a3637a3a2922e6f4d (diff) | |
parent | 212eae20eb33d224525c52cea600b86fb2fd1126 (diff) |
Merge pull request #212 from shravyaramesh/tma590-friendslist-buttons
[TMA-590] New Friends Screen
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 629a0091..82c94100 100644 --- a/src/utils/index.ts +++ b/src/utils/index.ts @@ -2,3 +2,4 @@ export * from './layouts'; export * from './moments'; export * from './common'; export * from './users'; +export * from './friends'; |