Skip to content

Commit

Permalink
fix(components): export radio components
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuagraber committed Nov 22, 2024
1 parent 7d4ae1c commit 0370904
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@ export { Input } from './Input';
export { InputCheckbox } from './InputCheckbox';
export { InputDatePicker } from './InputDatePicker';
export { InputPassword } from './InputPassword';
export { InputText } from './InputText';
export { InputRadio } from './InputRadio';
export { RadioGroup } from './InputRadioGroup';
export { InputSelect } from './InputSelect';
export { InputText } from './InputText';
export { InputTextArea } from './InputTextArea';
export { Header } from './Header';
export { Nav } from './Nav';
Expand Down
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export * from './components/FormV2/types';
export * from './components/Header/types';
// export * from './components/Input/types';
export * from './components/InputCheckbox/types';
export * from './components/InputRadio/types';
export * from './components/InputDatePicker/types';
export * from './components/InputText/types';
export * from './components/InputTextArea/types';
Expand Down

0 comments on commit 0370904

Please sign in to comment.