Skip to content

Commit

Permalink
✨ export NcMentionBubble and NcAutoCompleteResult
Browse files Browse the repository at this point in the history
Signed-off-by: Vinicius Reis <vinicius.reis@nextcloud.com>
  • Loading branch information
Vinicius Reis committed Oct 17, 2022
1 parent bf7fd7c commit d4ad3f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/components/NcRichContenteditable/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,6 @@
*
*/

export { default as NcMentionBubble } from './NcMentionBubble.vue'
export { default as NcAutoCompleteResult } from './NcAutoCompleteResult.vue'
export { default } from './NcRichContenteditable.vue'
2 changes: 1 addition & 1 deletion src/components/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export { default as NcPopover } from './NcPopover/index.js'
export { default as NcPopoverMenu } from './NcPopoverMenu/index.js'
export { default as NcProgressBar } from './NcProgressBar/index.js'
export { default as NcRelatedResourcesPanel } from './NcRelatedResourcesPanel/index.js'
export { default as NcRichContenteditable } from './NcRichContenteditable/index.js'
export { default as NcRichContenteditable, NcAutoCompleteResult, NcMentionBubble } from './NcRichContenteditable/index.js'
export { default as NcSettingsSection } from './NcSettingsSection/index.js'
export { default as NcTextField } from './NcTextField/index.js'
export { default as NcUserBubble } from './NcUserBubble/index.js'

0 comments on commit d4ad3f2

Please sign in to comment.