diff options
author | Shravya Ramesh <shravs1208@gmail.com> | 2021-05-19 16:40:43 -0700 |
---|---|---|
committer | Shravya Ramesh <shravs1208@gmail.com> | 2021-05-20 17:54:34 -0700 |
commit | f1af15c7f38178fb8a3576c8af92f828dea8a0ed (patch) | |
tree | 403a2113cacb5eed488dcbddee15691337c40216 /src/components/common/index.ts | |
parent | f55de9bacc8c9b38690cd24340b47328ce777352 (diff) |
Add tagg uiser list item
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 48abb8b8..44edbe5f 100644 --- a/src/components/common/index.ts +++ b/src/components/common/index.ts @@ -27,3 +27,4 @@ export {default as Avatar} from './Avatar'; export {default as TaggTypeahead} from './TaggTypeahead'; export {default as TaggUserRowCell} from './TaggUserRowCell'; export {default as LikeButton} from './LikeButton'; +export {default as TaggUserSelectionCell} from './TaggUserSelectionCell'; |