Skip to content

Commit

Permalink
fix(NcInputField): re-export in root export
Browse files Browse the repository at this point in the history
Signed-off-by: Grigorii K. Shartsev <[email protected]>
  • Loading branch information
ShGKme committed Jun 4, 2024
1 parent eebde47 commit 2fe66e8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,7 @@ export { default as NcGuestContent } from './NcGuestContent/index.js'
export { default as NcHeaderMenu } from './NcHeaderMenu/index.js'
export { default as NcHighlight } from './NcHighlight/index.js'
export { default as NcIconSvgWrapper } from './NcIconSvgWrapper/index.js'
// Not exported on purpose as it is only meant as a base component
// export { default as NcInputField } from './NcInputField/index.js'
export { default as NcInputField } from './NcInputField/index.js'
export { default as NcListItem } from './NcListItem/index.js'
export { default as NcListItemIcon } from './NcListItemIcon/index.js'
export { default as NcLoadingIcon } from './NcLoadingIcon/index.js'
Expand Down

0 comments on commit 2fe66e8

Please sign in to comment.