Skip to content

Commit

Permalink
Merge pull request #4586 from nextcloud-libraries/fix/noid/export-set…
Browse files Browse the repository at this point in the history
…tings

fix: also export NcSettings* components
  • Loading branch information
raimund-schluessler committed Sep 28, 2023
2 parents ccf20fc + 2b91ec3 commit db92d76
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/index.js
Expand Up @@ -84,7 +84,9 @@ export { default as NcRichText } from './NcRichText/index.js'
export { default as NcSavingIndicatorIcon } from './NcSavingIndicatorIcon/index.js'
export { default as NcSelect } from './NcSelect/index.js'
export { default as NcSelectTags } from './NcSelectTags/index.js'
export { default as NcSettingsInputText } from './NcSettingsInputText/index.js'
export { default as NcSettingsSection } from './NcSettingsSection/index.js'
export { default as NcSettingsSelectGroup } from './NcSettingsSelectGroup/index.js'
export { default as NcTextField } from './NcTextField/index.js'
export { default as NcTimezonePicker } from './NcTimezonePicker/index.js'
export { default as NcUserBubble } from './NcUserBubble/index.js'

0 comments on commit db92d76

Please sign in to comment.