diff options
author | Ivan Chen <ivan@thetaggid.com> | 2020-12-07 19:19:50 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-07 19:19:50 -0500 |
commit | 84616a6143fea58899eafa915a73592eaad25361 (patch) | |
tree | f99a662a1661348faa8d9836fb5a97ff687addf0 /src/components/common/index.ts | |
parent | a6dd130d5b89650e1ff134595c071f7f9c6be114 (diff) |
[TMA-409] Delete Moments (#124)
* edit profile to use HeaderHeight instead of percentage
* delete moment done with TODOs for backend
* actually hitting the endpoint
* ops
* moved isProfileView check to drawer component
* misunderstood suggestion, now is better
* an extra layer of indirection
* fixed some bugs and code improvement
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 f6521497..661d2f52 100644 --- a/src/components/common/index.ts +++ b/src/components/common/index.ts @@ -16,3 +16,4 @@ export {default as PostCarousel} from './PostCarousel'; export {default as TaggDatePicker} from './TaggDatePicker'; export {default as BottomDrawer} from './BottomDrawer'; export {default as TaggLoadingTndicator} from './TaggLoadingIndicator'; +export {default as GenericMoreInfoDrawer} from './GenericMoreInfoDrawer'; |