diff options
author | Shravya Ramesh <shravs1208@gmail.com> | 2021-01-29 15:14:26 -0800 |
---|---|---|
committer | Shravya Ramesh <shravs1208@gmail.com> | 2021-01-29 15:14:26 -0800 |
commit | 96fda980905d0c7a30813c364c6623dda695012f (patch) | |
tree | 8a29aca6c75d38ac52c6d941a427a9b55e69dc78 /src/utils/index.ts | |
parent | 77002bb0e78d5c47e6daca14e8c699706a3f94a2 (diff) |
full screen; with button; needs refresh&alignment;
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'; |