Skip to content

Commit

Permalink
fix: Export TextArea component from DSR library
Browse files Browse the repository at this point in the history
  • Loading branch information
meissadia committed Feb 9, 2024
1 parent 9a52e7a commit a621e92
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ export { SelectMulti } from './components/Select/SelectMulti';
export { SelectSingle } from './components/Select/SelectSingle';
export { Table } from './components/Table/Table';
export { Tagline } from './components/Tagline/Tagline';
export { TextArea } from './components/TextInput/TextArea';
export { TextInput } from './components/TextInput/TextInput';
export {
TextIntroduction,
Expand Down

0 comments on commit a621e92

Please sign in to comment.