diff options
author | Shravya Ramesh <37447613+shravyaramesh@users.noreply.github.com> | 2021-06-22 12:04:50 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-22 12:04:50 -0700 |
commit | 894be3566ccf83bd3ac3af36a1452120cbf19dd3 (patch) | |
tree | 875d6a221542fd63bcb35129d3c1999cd9c66d24 /src/components/comments/index.ts | |
parent | 59f125070b445dd7fdbab665d939f8a48e22d3fb (diff) | |
parent | 53461e8412b1f3b95124f9d9a6f50580d26930f5 (diff) |
Merge branch 'master' into tma923-image-cropper
Diffstat (limited to 'src/components/comments/index.ts')
-rw-r--r-- | src/components/comments/index.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/comments/index.ts b/src/components/comments/index.ts index d715714a..77334cb3 100644 --- a/src/components/comments/index.ts +++ b/src/components/comments/index.ts @@ -1,3 +1,3 @@ export {default as CommentTile} from './CommentTile'; export {default as AddComment} from './AddComment'; -export {default as ImageCropper} from './ImageCropper'; +export {default as MentionInputControlled} from './MentionInputControlled'; |