Skip to content

Commit

Permalink
fix: forgot yet another export (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuagraber authored Oct 16, 2024
1 parent b2673c9 commit fb5f046
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ export { Input } from './Input';
export { InputCheckbox } from './InputCheckbox';
export { InputPassword } from './InputPassword';
export { InputText } from './InputText';
export { InputSelect } from './InputSelect';
export { InputTextArea } from './InputTextArea';
export { Header } from './Header';
export { Nav } from './Nav';
Expand Down

0 comments on commit fb5f046

Please # to comment.