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/components/common/index.ts | |
parent | 77002bb0e78d5c47e6daca14e8c699706a3f94a2 (diff) |
full screen; with button; needs refresh&alignment;
Diffstat (limited to 'src/components/common/index.ts')
-rw-r--r-- | src/components/common/index.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/common/index.ts b/src/components/common/index.ts index 61c7fa26..30ec6d02 100644 --- a/src/components/common/index.ts +++ b/src/components/common/index.ts @@ -20,3 +20,4 @@ export {default as GenericMoreInfoDrawer} from './GenericMoreInfoDrawer'; export {default as TaggPopUp} from './TaggPopup'; export {default as TaggPrompt} from './TaggPrompt'; export {default as AcceptDeclineButtons} from './AcceptDeclineButtons'; +export {default as FriendsButton} from './FriendsButton'; |