Skip to content

Commit

Permalink
fixed build
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaap-Hein Wester committed Nov 27, 2024
1 parent a77e675 commit c0474ac
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions packages/components-react/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
export { LuxAlert, type LuxAlertProps } from './alert/Alert';
export { LuxButton, type LuxButtonProps } from './button/Button';
export { LuxCheckbox, type LuxCheckboxProps } from './checkbox/Checkbox';
export { LuxDocument, type LuxDocumentProps } from './document/Document';
export {
LuxHeading,
Expand All @@ -17,22 +18,20 @@ export {
LuxFormFieldDescription,
type LuxFormFieldDescriptionProps,
} from './form-field-description/FormFieldDescription';
export { LuxFormFieldLabel, type LuxFormFieldLabelProps } from './form-field-label/FormFieldLabel';
export {
LuxFormFieldErrorMessage,
type LuxFormFieldErrorMessageProps,
} from './form-field-error-message/FormFieldErrorMessage';
export { LuxFormFieldLabel, type LuxFormFieldLabelProps } from './form-field-label/FormFieldLabel';
export { LuxFormFieldSelect, type LuxFormFieldSelectProps } from './form-field-select/FormFieldSelect';
export { LuxLink, type LuxLinkProps } from './link/Link';
export { LuxTextbox, INPUT_TYPES, type LuxTextboxProps } from './textbox/Textbox';
export { LuxFormFieldTextbox, type LuxFormFieldTextboxProps } from './form-field-textbox/FormFieldTextbox';
export { LuxParagraph, type LuxParagraphProps } from './paragraph/Paragraph';
export {
LuxFormFieldRadioOption,
type LuxFormFieldRadioOptionProps,
} from './form-field-radio-option/FormFieldRadioOption';
export { LuxFormFieldRadioGroup, type LuxFormFieldRadioGroupProps } from './form-field-radio-group/FormFieldRadioGroup';
export { LuxCheckbox, type LuxCheckboxProps } from './checkbox/Checkbox';
export { LuxLink, type LuxLinkProps } from './link/Link';
export { LuxPreHeading, type LuxPreHeadingProps } from './pre-heading/PreHeading';
export { LuxSection, type LuxSectionProps } from './section/Section';
export { LuxSelect, LuxSelectOption, type LuxSelectProps, type LuxSelectOptionProps } from './select/Select';
Expand Down

0 comments on commit c0474ac

Please sign in to comment.